Sophie

Sophie

distrib > PLD > th > x86_64 > by-pkgid > 7707183bcd167c0d3c76415a911c2072 > scriptlet

myspell-el_GR-1.0.3-0.20041220.3.noarch.rpm

PREUN

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

POSTIN

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