Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > c1b6b176db14ce3604b34ba3c377582f > scriptlet

man-pages-id-0.1-9mdk.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