Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 40eec410f09efc374f619ed06008d464 > scriptlet

man-pages-id-0.1-8mdk.noarch.rpm

POSTUN

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