Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 0ec0e36cb7fc7046596f7eb5b49f4dc2 > scriptlet

man-pages-ko-1.48-1mdk.noarch.rpm

POSTUN

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