Sophie

Sophie

distrib > Mandriva > 7.1 > i586 > by-pkgid > 20b3237cf9139cdaafe7e85fa6283bc3 > scriptlet

man-pages-ko-1.1-10mdk.noarch.rpm

POSTIN

/bin/sh
/etc/cron.weekly/makewhatis-ko.cron

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/man/ko
   if [ ! -d /usr/man/ko ] ; then
       rm -rf /var/catman/ko
   fi
fi