Sophie

Sophie

distrib > Momonga > 7 > x86_64 > media > os > by-pkgid > dbebf9170c65c4b74aaca83d76a686ad > scriptlet

totem-2.30.2-6m.mo7.x86_64.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/totem.schemas \
        /etc/gconf/schemas/totem-handlers.schemas \
        /etc/gconf/schemas/totem-video-thumbnail.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/totem.schemas \
        /etc/gconf/schemas/totem-handlers.schemas \
        /etc/gconf/schemas/totem-video-thumbnail.schemas \
	> /dev/null || :
fi

POSTIN

/bin/sh
/sbin/ldconfig
rarian-sk-update
update-desktop-database -q
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-install-rule \
    /etc/gconf/schemas/totem.schemas \
    /etc/gconf/schemas/totem-handlers.schemas \
    /etc/gconf/schemas/totem-video-thumbnail.schemas \
    > /dev/null || :
gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor || :

POSTUN

/bin/sh
/sbin/ldconfig
rarian-sk-update
update-desktop-database -q
gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor || :