Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 2ad0d09fb1094672e032db73f69aa504 > scriptlet

myspell-hyph-fi-1.0.2-0.20031125.6.noarch.rpm

PREUN

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

POSTIN

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