Sophie

Sophie

distrib > Scientific%20Linux > 5x > i386 > by-pkgid > c201afdb809a6cdef562ae12316e003c > scriptlet

rhythmbox-0.11.6-4.el5.i386.rpm

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/rhythmbox.schemas > /dev/null || :
fi

POSTIN

/bin/sh
/sbin/ldconfig
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-install-rule /etc/gconf/schemas/rhythmbox.schemas >/dev/null
update-desktop-database -q
scrollkeeper-update -q
touch --no-create /usr/share/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ]; then
  gtk-update-icon-cache -q /usr/share/icons/hicolor
fi

POSTUN

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