Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > media > main > by-pkgid > 3611611b04d11f50327f830e45b3941c > scriptlet

man-pages-it-0.3.4-1mdk.noarch.rpm

POSTUN

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