Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > media > contrib-release > by-pkgid > fef2c25e510a5a00fe7809bf9923c1b3 > scriptlet

extace-1.8.11-4mdv2007.0.i586.rpm

POSTIN

/bin/sh
# Update /etc/alternatives to point to the right binary file
update-alternatives --install /usr/bin/extace extace /usr/bin/extace-oss 100

# Only in Mandrake:
# Update menus
if [ -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi

POSTUN

/bin/sh
update-alternatives --remove extace /usr/bin/extace-oss

# Only in Mandrake:
# Remove the menu entry
if [ "$1" = "0" -a -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi