Sophie

Sophie

distrib > Mandriva > 9.0 > x86_64 > by-pkgid > 3c91f68ffeac1d25a1daf38ce9c643a2 > scriptlet

man-pages-de-0.4-2mdk.noarch.rpm

POSTUN

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