Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 117ee0373f3a2fb9fa9000b7c8d7d302 > scriptlet

myspell-thes-it_IT-1.0.2-0.20040222.6.noarch.rpm

PREUN

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

POSTIN

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