Sophie

Sophie

distrib > Mandriva > 7.1 > i586 > by-pkgid > 04175534e98bb494bc56f6756b96b58d > scriptlet

man-pages-cs-0.12-7mdk.noarch.rpm

POSTIN

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

POSTUN

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