Sophie

Sophie

distrib > * > 2008.0 > x86_64 > media > main-updates > by-pkgid > b78abf44da12f997a269465eb0f5e745 > scriptlet

xterm-229-2.1mdv2008.0.x86_64.rpm

POSTIN

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

if [ -x /usr/bin/gtk-update-icon-cache ]; then 
/usr/bin/gtk-update-icon-cache --force --quiet /usr/share/icons/hicolor || true; fi 
update-alternatives --install /usr/bin/xvt xvt /usr/bin/xterm 18 || :

POSTUN

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

if [ -x /usr/bin/gtk-update-icon-cache ]; then 
/usr/bin/gtk-update-icon-cache --force --quiet /usr/share/icons/hicolor || true; fi 
[[ "$1" = "0" ]] && update-alternatives --remove xvt /usr/bin/xterm || :