Sophie

Sophie

distrib > Mandriva > 7.1 > i586 > by-pkgid > 61be3dde1c947077f550dd387c9da10f > scriptlet

howto-html-it-7.1-3mdk.noarch.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