[caribou] Fixes Makefiles to uninstall gconf schemas properly



commit abf7025898acba9bf74fd3b4a1c08ff551bbe89a
Author: Daniel Baeyens <dbaeyens warp es>
Date:   Mon Jul 12 11:12:36 2010 +0200

    Fixes Makefiles to uninstall gconf schemas properly
    
    https://bugzilla.gnome.org/show_bug.cgi?id=624145

 data/Makefile.am |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 764f90f..29b4eea 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -20,4 +20,8 @@ if GCONF_SCHEMAS_INSTALL
 install-data-hook:
 	GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) \
 		$(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA)
+
+uninstall-hook:
+	GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) \
+		$(GCONFTOOL) --makefile-uninstall-rule $(srcdir)/$(schema_DATA)
 endif



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]