Sophie

Sophie

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

gkrellm-0.9.7-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