Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > c70ce785d114c5c3e21fe1e9723fdb74 > scriptlet

man-pages-da-0.1.2-6.mga7.noarch.rpm

POSTUN

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