]> git.pld-linux.org Git - packages/rpm.git/blobdiff - rpm.macros
- modified and added GConf related macros to use external routines
[packages/rpm.git] / rpm.macros
index f1e5395cdfc054e36bc625b730b4714d40ed975c..441ed23cb42e603ccdc0c747f0f901f47e5e603c 100644 (file)
@@ -361,15 +361,13 @@ echo "Compress kernel modules if any."; \
 %_binary_payload        w9.bzdio
 
 #-----------------------------------------------------------------
-# Update all GConf2 schemas
+# Update GConf2 schemas
 #
 # Requires: GConf2
 #
-%gconf_schema_install { umask 022; \
-    GCONF_CONFIG_SOURCE="xml:readwrite:/etc/gconf/gconf.xml.defaults" \
-    /usr/bin/gconftool-2 --makefile-install-rule \
-    /etc/gconf/schemas/*.schemas > /dev/null \
-}
+%gconf_schema_install /usr/lib/rpm/gconf-schema-install
+
+%gconf_schema_uninstall /usr/lib/rpm/gconf-schema-uninstall
 
 #-----------------------------------------------------------------
 # post %install sequence:
This page took 0.074305 seconds and 4 git commands to generate.