Sophie

Sophie

distrib > Mandriva > 9.2 > i586 > by-pkgid > 1b856ddcf155a778f51d2a1e68e243be > scriptlet

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