Sophie

Sophie

distrib > Mandriva > 7.1 > i586 > by-pkgid > 69f6c0468b4a9ef2219a880c2cf7fc56 > scriptlet

MandrakeUpdate-7.1-8mdk.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