Sophie

Sophie

distrib > Mandriva > 7.1 > i586 > by-pkgid > 2539e8f1b16f77fb571d8446bf00a6ea > scriptlet

man-pages-pl-0.3-5mdk.noarch.rpm

POSTIN

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

POSTUN

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