Sophie

Sophie

distrib > Mandriva > 9.0 > x86_64 > by-pkgid > 50c98e76e014a01c5d76dc2f43ac5f03 > scriptlet

man-pages-hu-0.2.2-4mdk.noarch.rpm

POSTUN

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