Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > d7776804dd4ffb9f383c451936ab5285 > scriptlet

myspell-fo_FO-1.0.2-0.20040403.6.noarch.rpm

PREUN

/bin/sh
if [ "$1" = "0" ]; then
	perl -ni -e "/^DICT\s*fo\s*FO\s*fo_FO$/ or print" /usr/share/myspell/dictionary.lst
fi

POSTIN

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