Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > media > main-release > by-pkgid > a8b054b93e873837eaee51c53b089d77 > scriptlet

man-pages-cs-0.16-1mdk.noarch.rpm

POSTUN

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