Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > f5dd7e50c36c8a6aa4c7995310086bf2 > scriptlet

man-pages-pl-0.4-3mdk.noarch.rpm

POSTIN

/bin/sh
/etc/cron.weekly/makewhatis-pl.cron
touch /usr/share/man/pl/whatis

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/share/man/pl
   if [ ! -d //usr/share/man/pl ] ; then
       rm -rf /var/catman/pl
   fi
fi