Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > by-pkgid > 177b4b40386300bb942f68648eed1b8b > scriptlet

conglomerate-0.7.12-1mdk.i586.rpm

POSTIN

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

if [ -x /usr/bin/scrollkeeper-update ]; then /usr/bin/scrollkeeper-update -q; fi
#gw shut up, rpmlint:
touch /usr/share/gnome/help/conglomerate/C/conglomerate.html
yelp-pregenerate /usr/share/gnome/help/conglomerate/C/conglomerate.xml > /dev/null

POSTUN

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

if [ -x /usr/bin/scrollkeeper-update ]; then /usr/bin/scrollkeeper-update -q; fi