Sophie

Sophie

distrib > Mandriva > 10.0-com > i586 > by-pkgid > 587c61c5f412d36f29cc51ed601094a0 > scriptlet

man-pages-hu-0.2.2-6mdk.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