Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > ac9149b4aa786e75415756dde7c04294 > scriptlet

epiphany-extensions-2.30.1-2.fc13.i686.rpm

PREIN

/bin/sh

for schema in smart-bookmarks epilicious ; 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