Sophie

Sophie

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

gnome-admin-1.0.3-4mdk.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