Sophie

Sophie

distrib > Mandriva > 7.1 > i586 > by-pkgid > ba2e546f8e247928c3935df808fa8eb0 > scriptlet

man-pages-es-1.24-3mdk.noarch.rpm

POSTIN

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

POSTUN

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