Sophie

Sophie

distrib > Mandriva > 10.2 > i586 > media > contrib > by-pkgid > ee01311a5366dbd88c9ade0b57613904 > scriptlet

elinks-0.10.4-1mdk.i586.rpm

POSTIN

/bin/sh
update-alternatives --install /usr/bin/links links /usr/bin/elinks 5
if [ -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi 

echo Note
echo If you are updating from a previous version, please see INSTALL
echo for guide to changes

POSTUN

/bin/sh
if [ "$1" = "0" ]; then
  update-alternatives --remove links /usr/bin/elinks
fi
if [ "$1" = "0" -a -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi