Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > main-release > by-pkgid > 18f2888880ac6f123a10c97b5ecb4ddb > scriptlet

man-pages-da-0.1.1-9mdv2009.1.noarch.rpm

POSTUN

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