Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > eee202dc4ab2310eee4c4f66bf18defc > scriptlet

links-2.2-4mdv2010.0.i586.rpm

POSTIN

/bin/sh
update-alternatives --install /usr/bin/links links /usr/bin/links-text 10

POSTUN

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

Triggers

links

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