Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > media > main > by-pkgid > 4c6734b3b73bad2f8bd105f2f563f195 > scriptlet

enlightenment-0.16.7.1-2mdk.x86_64.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