Sophie

Sophie

distrib > Mandriva > 9.0 > x86_64 > media > main > by-pkgid > bbbcc037bf36c2d4e9d2b70f0dfde79e > scriptlet

eog-1.0.2-1mdk.x86_64.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 || true ; fi
#gconf registration
GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` \
	/usr/bin/gconftool-2 --makefile-install-rule		   \
	 /etc/gconf/schemas/eog.schemas > /dev/null

POSTUN

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