Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > media > contrib-release > by-pkgid > 285891302f88d6bce0c785961db9a7d1 > scriptlet

tn5250-0.17.3-3mdv2007.0.x86_64.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