Sophie

Sophie

distrib > PLD > ra > i686 > media > dist > by-pkgid > f422f25d510bf72806f6122eb5842796 > scriptlet

xpdf-latin2-1.0-3.i686.rpm

PREUN

/bin/sh
grep -v /usr/X11R6/share/xpdf/Latin2.unicodeMap /etc/xpdfrc > /etc/xpdfrc.new
mv -f /etc/xpdfrc.new /etc/xpdfrc

POSTIN

/bin/sh
if [ ! -f /etc/xpdfrc ]; then
	echo 'unicodeMap	Latin2	/usr/X11R6/share/xpdf/Latin2.unicodeMap' >> /etc/xpdfrc
else
 if ! grep -q /usr/X11R6/share/xpdf/Latin2.unicodeMap /etc/xpdfrc; then
	echo 'unicodeMap	Latin2	/usr/X11R6/share/xpdf/Latin2.unicodeMap' >> /etc/xpdfrc
 fi
fi