Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 91d1ba6e5d2501f53f2fccb39d90c7e0 > scriptlet

file-roller-2.16.0-2.fc6.x86_64.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/file-roller.schemas 2>&1 >/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/file-roller.schemas 2>&1 >/dev/null
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
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