* src/data/Makefile.am: Kill gconfd using SIGTERM -- HUP did not work.

svn: r3495
This commit is contained in:
Alex Roitman 2004-08-23 22:17:09 +00:00
parent 7737a11926
commit 7f2b5265da
2 changed files with 2 additions and 1 deletions

View File

@ -35,6 +35,7 @@
last file, last export, then home folders.
(NewNativeDbPrompter): Try last file, last import, last export folders,
then fall back to home.
* src/data/Makefile.am: Kill gconfd using SIGTERM -- HUP did not work.
2004-08-23 Tim Waugh <twaugh@redhat.com>
* install-sh: Removed this generated file.

View File

@ -25,7 +25,7 @@ install-schemas:
$(INSTALL_DATA) $(top_srcdir)/src/data/gramps.schemas $(DESTDIR)$(sysconfdir)/gconf/schemas
-GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) \
gconftool-2 --makefile-install-rule $(top_srcdir)/src/data/gramps.schemas
-pkill -HUP gconfd
-pkill gconfd
install-data-local: install-schemas
$(INSTALL) -d $(DESTDIR)$(prefix)/share/applications