Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > media > contrib-release > by-pkgid > 139348d1eb2b40e682d6a2c598f0667f > scriptlet

kdeutils4-kwalletmanager-3.80.3-0.20070311.1mdv2007.1.x86_64.rpm

POSTIN

/bin/sh
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 
if [ -x /opt/kde4//bin/gtk-update-icon-cache ]; then 
/opt/kde4//bin/gtk-update-icon-cache --force --quiet /opt/kde4//share//icons//hicolor || true; fi

POSTUN

/bin/sh
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 
if [ -x /opt/kde4//bin/gtk-update-icon-cache -a -r /opt/kde4//share//icons//hicolor/index.theme ]; then 
/opt/kde4//bin/gtk-update-icon-cache --force --quiet /opt/kde4//share//icons//hicolor || true ; fi