Sophie

Sophie

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

kdegraphics4-kpdf-3.80.3-0.20070228.2mdv2007.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//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//hicolor/index.theme ]; then 
/opt/kde4//bin/gtk-update-icon-cache --force --quiet /opt/kde4//share//icons//hicolor || true ; fi