Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > b202d0349c271b2aac90529a4403d380 > scriptlet

man-pages-ru-0.98-11.mga4.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