Sophie

Sophie

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

xjewel-1.6-7mdk.i586.rpm

POSTIN

/bin/sh
if [ -x /usr/bin/update-menus ]; then
  /usr/bin/update-menus
fi

POSTUN

/bin/sh
if [ "$1" = 0 ]; then
  if [ -x /usr/bin/update-menus ]; then
    /usr/bin/update-menus
  fi
fi