Sophie

Sophie

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

man-pages-es-1.55-9.mga4.noarch.rpm

POSTIN

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

POSTUN

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