Sophie

Sophie

distrib > Mandriva > 10.1 > i586 > by-pkgid > af9e289af662774e38cb373f5b82e8cc > scriptlet

emelfm-0.9.2-7mdk.i586.rpm

POSTIN

/bin/sh
/sbin/ldconfig
if [ -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi 
   
   
   echo If upgrading from a  release  prior to 0.9.2-4 you should delete ~.emelfm/plugins
   echo due to change in the plugins location, plugins will now auto-load.

POSTUN

/bin/sh
/sbin/ldconfig
if [ "$1" = "0" -a -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi