Sophie

Sophie

distrib > Mandriva > 2008.0 > i586 > by-pkgid > 05f161c1fe1c199601e14176b21674bd > scriptlet

tn5250-0.17.3-3mdv2007.0.i586.rpm

PREUN

/bin/sh
if [ $1 = 0 ]; then
rm -f /usr/share/terminfo/5/5250
rm -f /usr/share/terminfo/X/xterm-5250
fi

POSTIN

/bin/sh
if which tic>/dev/null 2>&1; then tic /usr/share/tn5250/5250.terminfo >/dev/null 2>&1; fi
if [ -x /usr/bin/update-desktop-database ]; then 
/usr/bin/update-desktop-database /usr/share/applications > /dev/null || 
true ; fi

POSTUN

/bin/sh
if [ "$1" = "0" -a -x /usr/bin/update-desktop-database ]; then 
/usr/bin/update-desktop-database /usr/share/applications > /dev/null || true ; fi