Sophie

Sophie

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

xmess-SDL-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.SDL     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.SDL
  update-alternatives --auto xmess
fi