Sophie

Sophie

distrib > Mandriva > 7.1 > i586 > by-pkgid > 45d3b54f9806853ec1c5d0ef45da54b5 > scriptlet

man-pages-de-0.2-9mdk.noarch.rpm

POSTIN

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

POSTUN

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