Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 93c15eab33d3c7db095905316887ed13 > scriptlet

gedit-2.16.0-9.el5.x86_64.rpm

PREIN

/bin/sh
if [ "$1" -gt 1 ]; then
    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
    gconftool-2 --makefile-uninstall-rule \
      /etc/gconf/schemas/gedit.schemas > /dev/null || :
fi

PREUN

/bin/sh
if [ "$1" -eq 0 ]; then
    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
    gconftool-2 --makefile-uninstall-rule \
      /etc/gconf/schemas/gedit.schemas > /dev/null || :
fi

POSTIN

/bin/sh
update-desktop-database -q
scrollkeeper-update -q
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-install-rule /etc/gconf/schemas/gedit.schemas > /dev/null || :

# update icon themes
touch /usr/share/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ]; then
  /usr/bin/gtk-update-icon-cache --quiet /usr/share/icons/hicolor
fi

POSTUN

/bin/sh
update-desktop-database -q
scrollkeeper-update -q
touch /usr/share/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ]; then
  /usr/bin/gtk-update-icon-cache --quiet /usr/share/icons/hicolor
fi