Sophie

Sophie

distrib > Mageia > 3 > i586 > by-pkgid > 7241fac48d0c4160708ec1a48fec460a > scriptlet

man-pages-ru-0.98-10.mga3.noarch.rpm

POSTIN

/bin/sh
/usr/share/rpm-helper/create-file man-pages-ru $1 /var/cache/man/ru/whatis root root 644

POSTUN

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