Sophie

Sophie

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

myspell-hyph-et-1.0.2-0.20040621.6.noarch.rpm

PREUN

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

POSTIN

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