Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > media > contrib-release > by-pkgid > 7204bed201925a23de6660928169953f > scriptlet

kdebase4-progs-3.80.3-0.20070311.6mdv2007.1.x86_64.rpm

POSTIN

/bin/sh
/sbin/ldconfig
if [ -x /opt/kde4//sbin/fndSession ]; then /opt/kde4//sbin/fndSession || true ; fi 

#Laurent 3.80.3 reactivate it ?
#kicker-migrate.pl /usr/share/config/kickerrc
if [ -x /opt/kde4//bin/update-desktop-database ]; then 
/opt/kde4//bin/update-desktop-database /opt/kde4//share//applications > /dev/null || 
true ; fi 

if [ -x /opt/kde4//bin/gtk-update-icon-cache ]; then 
/opt/kde4//bin/gtk-update-icon-cache --force --quiet /opt/kde4//share//icons//crystalsvg || true; fi 

#%preun progs

POSTUN

/bin/sh
/sbin/ldconfig
if [ -x /opt/kde4//sbin/fndSession ]; then /opt/kde4//sbin/fndSession || true ; fi 

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

if [ -x /opt/kde4//bin/gtk-update-icon-cache -a -r /opt/kde4//share//icons//crystalsvg/index.theme ]; then 
/opt/kde4//bin/gtk-update-icon-cache --force --quiet /opt/kde4//share//icons//crystalsvg || true ; fi