Sophie

Sophie

distrib > Momonga > 7 > x86_64 > media > updates > by-pkgid > c872bfe0437d61d7562f08cb2e2cd9a5 > scriptlet

pidgin-2.7.11-1m.mo7.x86_64.rpm

PREIN

/bin/sh
if [ "$1" -gt 1 -a -n "`which gconftool-2 2>/dev/null`" ]; then
    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
    if [ -f /etc/gconf/schemas/purple.schemas ]; then
        gconftool-2 --makefile-uninstall-rule \
            /etc/gconf/schemas/purple.schemas >/dev/null || :
#        killall -HUP gconfd-2 || :
    fi
fi

PREUN

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

POSTIN

/bin/sh
if [ -n "`which gconftool-2 2>/dev/null`" ]; then
    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
    gconftool-2 --makefile-install-rule \
        /etc/gconf/schemas/purple.schemas > /dev/null || :
#    killall -HUP gconfd-2 || :
fi
touch --no-create /usr/share/icons/hicolor || :
/usr/bin/gtk-update-icon-cache --quiet /usr/share/icons/hicolor || :

POSTUN

/bin/sh
touch --no-create /usr/share/icons/hicolor || :
/usr/bin/gtk-update-icon-cache --quiet /usr/share/icons/hicolor || :