Sophie

Sophie

distrib > Mandriva > cooker > x86_64 > media > plf-non-free-release-binary > by-pkgid > 02c042f216c3165edf7305d2f5c2e3c7 > scriptlet

xmess-x11-0.106-4plf2008.1.x86_64.rpm

POSTIN

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

update-alternatives --install /usr/games/xmess xmess /usr/games/xmess.x11     10
# without the following, the group stays in default manual mode,
#  and no link is created
#[ -e /usr/games/xmess ] || update-alternatives --auto xmess
update-alternatives --auto xmess

POSTUN

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

if [ "$1" = 0 ]; then
  # Remove update-alternatives entries
  update-alternatives --remove xmess /usr/games/xmess.x11
  update-alternatives --auto xmess
fi