Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 6886f3d67a2fc3ef880f5bb33a70a783 > scriptlet

enlightenment-0.16.5-12mdk.ppc.rpm

POSTIN

/bin/sh
if [ -x /etc/menu-methods/enlightenment.rpm* ]; then
   chmod a-x /etc/menu-methods/enlightenment.rpm*
fi
if [ -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi 

if [ -x /usr/sbin/fndSession ]; then /usr/sbin/fndSession || true ; fi

POSTUN

/bin/sh
if [ -x /etc/menu-methods/enlightenment.rpm* ]; then
   chmod a-x /etc/menu-methods/enlightenment.rpm*
fi
if [ "$1" = "0" -a -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi 

if [ -x /usr/sbin/fndSession ]; then /usr/sbin/fndSession || true ; fi