Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 5e397ce2659b610f2fbb42a11a934538 > scriptlet

myspell-ru_RU-1.0.2-0.20040406.6.noarch.rpm

PREUN

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

POSTIN

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