Sophie

Sophie

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

kmol-0.2.1-4mdk.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