Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > by-pkgid > a2843b4db24d38f93f320cd06d392ab9 > scriptlet

epiphany-2.16.0-4.8mdv2007.0.x86_64.rpm

PREUN

/bin/sh
if [ "$1" = "0" -a -x /usr/bin/gconftool-2 ]; then 
export GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` && 
for SCHEMA in epiphany epiphany-lockdown epiphany-pango epiphany-fonts ; do 
  /usr/bin/gconftool-2 --makefile-uninstall-rule  /etc/gconf/schemas/$SCHEMA.schemas > /dev/null || true 
done ; fi

POSTIN

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

if [ -x /usr/bin/gconftool-2 ]; then 
export GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` &&  
for SCHEMA in epiphany epiphany-lockdown epiphany-pango epiphany-fonts ; do 
  /usr/bin/gconftool-2 --makefile-install-rule /etc/gconf/schemas/$SCHEMA.schemas > /dev/null || true 
done ; fi 
if [ "$1" = "2" ]; then
update-alternatives --remove webclient-gnome /usr/bin/epiphany
update-alternatives --remove webclient-kde /usr/bin/epiphany
fi
if [ -x /usr/bin/gtk-update-icon-cache ]; then 
/usr/bin/gtk-update-icon-cache --force --quiet /usr/share/icons/hicolor || true; fi 

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

POSTUN

/bin/sh
if [ "$1" = "0" -a -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 

if [ -x /usr/bin/gtk-update-icon-cache -a -r /usr/share/icons/hicolor/index.theme ]; then 
/usr/bin/gtk-update-icon-cache --force --quiet /usr/share/icons/hicolor || true ; fi