Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > media > main > by-pkgid > 7c708b38a5bea8584b3acfe805f21703 > 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