Sophie

Sophie

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

myspell-thes-pl_PL-1.0.2-0.20040803.6.noarch.rpm

PREUN

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

POSTIN

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