Sophie

Sophie

distrib > Fedora > 15 > x86_64 > media > os > by-pkgid > f8cb2eaf33835754d9d421283c7fe6fb > scriptlet

mousetweaks-3.0.0-1.fc15.x86_64.rpm

PREIN

/bin/sh

for schema in mouseweaks pointer-capture-applet ; 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

POSTUN

/bin/sh
if [ $1 -eq 0 ]; then
  glib-compile-schemas /usr/share/glib-2.0/schemas || :
fi

POSTTRANS

/bin/sh
glib-compile-schemas /usr/share/glib-2.0/schemas || :