Sophie

Sophie

distrib > Mandriva > 7.1 > i586 > by-pkgid > 1607afcbdc10225098d159ae356a0ed1 > scriptlet

gphoto-0.4.3-4mdk.i586.rpm

POSTIN

/bin/sh
/sbin/ldconfig
## menu
if [ -x /usr/bin/update-menus ]; then
  /usr/bin/update-menus
  fi

POSTUN

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