Sophie

Sophie

distrib > Mandriva > 7.1 > i586 > by-pkgid > 15ab0306901516ff9c8df9692c3a422b > scriptlet

kdevelop-1.1-1mdk.i586.rpm

POSTIN

/bin/sh
echo If you have tested previous versions, please delete your ~/.kde/share/config/kdeveloprc before you start KDevelop.
[ -x /usr/bin/update-menus ] && /usr/bin/update-menus || true

POSTUN

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