Sophie

Sophie

distrib > Mandriva > 7.1 > i586 > by-pkgid > 8063506ee5a341d236d3b5c08e512261 > scriptlet

exmh-2.1.1-5mdk.noarch.rpm

POSTIN

/bin/sh
## menu
if [ -x /usr/bin/update-menus ]; then
  /usr/bin/update-menus
fi

POSTUN

/bin/sh
## menu
if [ "$1" = 0 ]; then
   if [ -x /usr/bin/update-menus ]; then
      /usr/bin/update-menus
   fi
fi