After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 104487 - Implement --makefile-deinstall-rule option
Implement --makefile-deinstall-rule option
Status: RESOLVED FIXED
Product: GConf
Classification: Deprecated
Component: gconf
CVS HEAD
Other All
: Normal normal
: GNOME2.x
Assigned To: GConf Maintainers
GConf Maintainers
: 94365 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2003-01-26 21:23 UTC by Julio Merino
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
This patch should do the trick (10.80 KB, patch)
2003-01-26 21:25 UTC, Julio Merino
none Details | Review
Updated patch (9.24 KB, patch)
2003-05-12 10:03 UTC, Ross Burton
none Details | Review

Description Julio Merino 2003-01-26 21:23:42 UTC
Currently there is no easy way to remove installed schemas from the GConf database. This is a problem for package systems, as they cannot easily "undo" the changes done during the installation.

This feature should be implemented with a --makefile-deinstall-rule option, so it is --makefile-install-rule 's counterpart.

See discussion in gconf-list for more details: http://mail.gnome.org/archives/gconf-list/2003-January/msg00017.html
Comment 1 Julio Merino 2003-01-26 21:25:01 UTC
Created attachment 13839 [details] [review]
This patch should do the trick
Comment 2 Havoc Pennington 2003-03-06 04:40:34 UTC
*** Bug 94365 has been marked as a duplicate of this bug. ***
Comment 3 Havoc Pennington 2003-03-06 05:06:48 UTC
I think s/deinstall/uninstall/ would be good for consistency 
with "make uninstall"

Otherwise it looks good.
Comment 4 Julio Merino 2003-03-09 13:46:44 UTC
I used "deinstall" because that is what I'm used to do when deinstalling packages in the pkgsrc system: "make deinstall". But feel free to name it as you like.

BTW, I have been using this patch for a while and seems to work flawless ;)
Comment 5 Ross Burton 2003-05-12 10:03:22 UTC
Created attachment 16451 [details] [review]
Updated patch
Comment 6 Ross Burton 2003-05-12 10:04:01 UTC
I just attached a new patch which applies to the current GConf HEAD
and appears to work for me.
Comment 7 Havoc Pennington 2003-05-14 14:56:05 UTC
Looks good to commit.
Comment 8 Ross Burton 2003-05-19 15:24:56 UTC
Thanks, applied.