Sophie

Sophie

distrib > Mandriva > 10.2 > i586 > media > contrib > by-pkgid > 453ef7ec1ac2a025f83de61ff7038086 > scriptlet

extace-1.8.11-2mdk.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