Sophie

Sophie

distrib > Mandriva > 9.0 > x86_64 > media > main > by-pkgid > 017722a3e63dcbc868d74cd0fb439dc1 > scriptlet

links-graphic-2.1-0.pre2.3mdk.x86_64.rpm

POSTIN

/bin/sh
if [ -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi 


update-alternatives --install /usr/bin/links links /usr/bin/links-graphic 20

POSTUN

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


if [ "$1" = "0" ]; then
  update-alternatives --remove links /usr/bin/links-graphic
fi

Triggers

links

/bin/sh
if [ ! -e /usr/bin/links ]; then
  update-alternatives --auto links
fi