Sophie

Sophie

distrib > Mandriva > 7.1 > i586 > by-pkgid > f2dacda06dd828d9a40c9e1244da19bd > scriptlet

usermode-1.22-1mdk.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