Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 34f84188cfdbbb6c7c9367a009ba96d0 > scriptlet

gget-0.0.4-13.fc14.i686.rpm

PREUN

/bin/sh
# For GConf apps: uninstall app's system default schemas
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
/usr/bin/gconftool-2 --makefile-uninstall-rule \
	/etc/gconf/schemas/gget.schemas >/dev/null || :

POSTIN

/bin/sh
touch --no-create /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
# For GConf apps: install schemas as system default
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
/usr/bin/gconftool-2 --makefile-install-rule \
	/etc/gconf/schemas/gget.schemas >/dev/null ||:
update-mime-database /usr/share/mime &> /dev/null || :

POSTUN

/bin/sh
touch --no-create /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
update-mime-database /usr/share/mime &> /dev/null || :