Sophie

Sophie

distrib > Mandriva > 2008.0 > x86_64 > by-pkgid > 1e6c43528b420d5582e8a69fafc0f313 > scriptlet

koffice2-krita-1.9.92-0.714126.4mdv2008.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 [ -x /usr/bin/update-desktop-database ]; then 
/usr/bin/update-desktop-database /usr/share/applications > /dev/null || 
true ; fi