Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > contrib-release > by-pkgid > 823cc6c41f63ff8b6084b14d064fbe46 > scriptlet

extace-1.9.6-2mdv2008.1.x86_64.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 Mandriva:
# 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 Mandriva:
# Remove the menu entry
if [ "$1" = "0" -a -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi