Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > 651c9cbff856fcca2948b477ce1c0dae > scriptlet

man-pages-it-3.64-3.mga5.noarch.rpm

POSTIN

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

POSTUN

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