Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > 51cd6bddd4c5879b75911fff4e2b1211 > scriptlet

man-pages-da-0.1.1-4mdk.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