Sophie

Sophie

distrib > Mandriva > 7.1 > i586 > by-pkgid > 2f2a55bc1a7db44670d4188f4d83995e > scriptlet

man-pages-hu-0.1.0-3mdk.noarch.rpm

POSTIN

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

POSTUN

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