* src/data/Makefile.am: Uninstall everything that we install.
svn: r3291
This commit is contained in:
parent
95e62181d3
commit
be8ec8fd9d
@ -1,3 +1,6 @@
|
||||
2004-07-28 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||
* src/data/Makefile.am: Uninstall everything that we install.
|
||||
|
||||
2004-07-27 Don Allingham <dallingham@users.sourceforge.net>
|
||||
* src/RelLib.py, etc.: convert get_id to get_handle
|
||||
|
||||
|
@ -2,7 +2,8 @@
|
||||
SUBDIRS = templates
|
||||
pkgdatadir = $(datadir)/@PACKAGE@/data
|
||||
|
||||
dist_pkgdata_DATA = gedcom.xml \
|
||||
dist_pkgdata_DATA = \
|
||||
gedcom.xml \
|
||||
papersize.xml \
|
||||
tips.xml \
|
||||
gnome-mime-application-x-gramps.png \
|
||||
@ -37,10 +38,12 @@ install-data-local: install-schemas
|
||||
|
||||
uninstall-local:
|
||||
-rm $(DESTDIR)$(prefix)/share/gnome/apps/Applications/gramps.desktop
|
||||
-rm $(DESTDIR)$(prefix)/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-gramps.png
|
||||
-rm $(DESTDIR)$(prefix)/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-*.png
|
||||
-rm $(DESTDIR)$(prefix)/share/mime-info/gramps.keys
|
||||
-rm $(DESTDIR)$(prefix)/share/mime-info/gramps.mime
|
||||
-rm $(DESTDIR)$(prefix)/share/application-registry/gramps.applications
|
||||
-rm $(DESTDIR)$(prefix)/share/mime/packages/gramps.xml
|
||||
-rm $(DESTDIR)/etc/gconf/schemas/gramps.schemas
|
||||
update-mime-database $(DESTDIR)$(prefix)/share/mime
|
||||
GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) \
|
||||
gconftool-2 --makefile-uninstall-rule gramps.schemas
|
||||
|
Loading…
Reference in New Issue
Block a user