Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 4efbb0cad07bc87cb42b0dd166465165 > scriptlet

virt-manager-0.8.5-1.fc14.noarch.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/virt-manager.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/virt-manager.schemas > /dev/null || :
fi

POSTIN

/bin/sh
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-install-rule \
  /etc/gconf/schemas/virt-manager.schemas > /dev/null || :

update-desktop-database /usr/share/applications

# Revive when we update help docs
#if which scrollkeeper-update>/dev/null 2>&1; then scrollkeeper-update -q -o /usr/share/omf/virt-manager; fi

POSTUN

/bin/sh
update-desktop-database /usr/share/applications

# Revive when we update help docs
#if which scrollkeeper-update>/dev/null 2>&1; then scrollkeeper-update -q; fi