Sophie

Sophie

distrib > Mandriva > 7.2 > i586 > by-pkgid > 5236f96913bad981a51412ccf719f0d6 > scriptlet

man-pages-fr-0.8-9mdk.noarch.rpm

POSTIN

/bin/sh
/etc/cron.weekly/makewhatis-fr.cron

POSTUN

/bin/sh
# 0 means deleting the package
if [ "$1" = "0" ]; then
   ## Force removing of /var/catman/fr, if there isn't any man page
   ## directory //usr/share/man/fr
   if [ ! -d //usr/share/man/fr ] ; then
       rm -rf /var/catman/fr
   fi
fi