Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 11436cc3fcb5393d98a5c1fb1b079106 > scriptlet

myspell-hyph-lt-1.0.2-0.20040111.6.noarch.rpm

PREUN

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

POSTIN

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