Sophie

Sophie

distrib > Mandriva > 7.1 > i586 > by-pkgid > 32a67332f982701b8dfdb9f1e3e52042 > scriptlet

howto-html-ro-7.1-2mdk.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