Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > by-pkgid > 32049210c548b99544eeb9c4e918e67e > scriptlet

koffice-kpresenter-1.5.91-3mdv2007.0.x86_64.rpm

POSTIN

/bin/sh
/sbin/ldconfig
if [ -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi 

if [ -x /usr/bin/update-desktop-database ]; then 
/usr/bin/update-desktop-database /usr/share/applications > /dev/null || 
true ; fi

POSTUN

/bin/sh
/sbin/ldconfig
if [ "$1" = "0" -a -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi 

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