Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > media > main > by-pkgid > 319cea4f13eb14c2c6ed954b66bf330e > scriptlet

man-pages-pt_BR-0.1-1mdk.noarch.rpm

POSTUN

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