Sophie

Sophie

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

myspell-en_NZ-1.0.2-0.20030907.6.noarch.rpm

PREUN

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

POSTIN

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