Sophie

Sophie

distrib > Mandriva > 9.0 > x86_64 > by-pkgid > ece4b5b620d51418ea197910c0d63cb7 > scriptlet

fonts-bitmap-tscii-1.0-4mdk.noarch.rpm

POSTIN

/bin/sh
if [ -x /usr/sbin/chkfontpath ]; then
   /usr/sbin/chkfontpath -q -a /usr/share/fonts/bitmap/tscii
else
   echo "You don't have a chkfontpath utility; you will need to manually"
   echo "Install the fonts into your TTF enabled font server"
fi

POSTUN

/bin/sh
# 0 means a real uninstall
if [ "$1" = "0" ]; then
   [ -x /usr/sbin/chkfontpath ] && \
   /usr/sbin/chkfontpath -q -r /usr/share/fonts/bitamp/tscii
fi