Disallow adding new categories under feeds. It's not really useful ;-)
[straw.git] / tools / rpm-post-install
blob7189875589cf62e7c69fad5abc229e22288f6d30
1 export GCONF_CONFIG_SOURCE=$(gconftool-2 --get-default-source)
2 SCHEMAS="straw.schemas"
3 for S in $SCHEMAS; do
4   gconftool-2 --makefile-install-rule /etc/gconf/schemas/$S > /dev/null || :
5 done