Sophie

Sophie

distrib > PLD > th > x86_64 > by-pkgid > 3232e002ff608fac13d075b590d45f0b > scriptlet

myspell-he_IL-1.0.3-0.20060517.3.noarch.rpm

PREUN

/bin/sh
if [ "$1" = "0" ]; then
	/bin/sed -i -e '/^DICT.*he.*IL.*he_IL$/d' /usr/share/myspell/dictionary.lst
fi

POSTIN

/bin/sh
umask 002
if [ ! -f "/usr/share/myspell/dictionary.lst" ] || ! grep -q "^DICT[ \t]*he[ \t]*IL[ \t]*he_IL" /usr/share/myspell/dictionary.lst; then
	echo "DICT he IL he_IL" >> /usr/share/myspell/dictionary.lst
fi