Sophie

Sophie

distrib > Mandriva > 7.1 > i586 > media > main > by-pkgid > a86a3886f0c861068b1fc4772c0c4a4b > scriptlet

DrakeLogo-1.0-13mdk.i586.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