Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > e5d56e374d5446b766422b23845739a0 > scriptlet

brasero-2.32.0-1.fc14.x86_64.rpm

PREIN

/bin/sh

for schema in brasero ; do 
    
        if test -f /etc/gconf/schemas/"$schema".schemas ; then 
            export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` 
            gconftool-2 --makefile-uninstall-rule /etc/gconf/schemas/"$schema".schemas > /dev/null || : 
        fi 
done

POSTIN

/bin/sh
umask 022
update-mime-database /usr/share/mime &> /dev/null || :
touch --no-create /usr/share/icons/hicolor || :
update-desktop-database &> /dev/null ||:

POSTUN

/bin/sh
umask 022
update-mime-database /usr/share/mime &> /dev/null || :
update-desktop-database &> /dev/null ||:
if [ $1 -eq 0 ]; then
  touch --no-create /usr/share/icons/hicolor || :
  gtk-update-icon-cache /usr/share/icons/hicolor &> /dev/null|| :
fi
glib-compile-schemas /usr/share/glib-2.0/schemas ||:

POSTTRANS

/bin/sh
gtk-update-icon-cache /usr/share/icons/hicolor &> /dev/null|| :
glib-compile-schemas /usr/share/glib-2.0/schemas ||: