#! /bin/sh /usr/share/dpatch/dpatch-run
## ignore_killall.dpatch by Iain Lane <laney@ubuntu.com>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Do not fail if gconfd-2 cannot be killed

@DPATCH@
diff -urNad trunk~/Makefile.am trunk/Makefile.am
--- trunk~/Makefile.am	2006-11-30 01:30:04.000000000 +0000
+++ trunk/Makefile.am	2008-12-13 12:30:47.000000000 +0000
@@ -21,7 +21,7 @@
 	    GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$$p ; \
 	  done \
 	fi
-	killall -HUP gconfd-2
+	killall -HUP gconfd-2 || true
 else
 install-data-local:
 endif
