diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-01-24 11:35:23 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-01-24 11:35:23 -0600 |
commit | 8ed9622e7a4b509097dc32b525d8fe323dff46ee (patch) | |
tree | 58b3c622c60fced66b7af16114ae779c3b622b47 /main/gnome-system-monitor/gnome-system-monitor.pre-deinstall | |
parent | 08876fd691d56b0c7871fdbfd4f816a5243c3716 (diff) | |
download | aports-8ed9622e7a4b509097dc32b525d8fe323dff46ee.tar.bz2 aports-8ed9622e7a4b509097dc32b525d8fe323dff46ee.tar.xz |
testing/gnome-system-monitor: promote to main
Diffstat (limited to 'main/gnome-system-monitor/gnome-system-monitor.pre-deinstall')
-rw-r--r-- | main/gnome-system-monitor/gnome-system-monitor.pre-deinstall | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/main/gnome-system-monitor/gnome-system-monitor.pre-deinstall b/main/gnome-system-monitor/gnome-system-monitor.pre-deinstall new file mode 100644 index 0000000000..92d7db79c6 --- /dev/null +++ b/main/gnome-system-monitor/gnome-system-monitor.pre-deinstall @@ -0,0 +1,7 @@ +#!/bin/sh + +for i in gnome-system-monitor.schemas; do + echo "Uninstalling GConf2 schema $i." + GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` \ + /usr/bin/gconftool-2 --makefile-uninstall-rule /etc/gconf/schemas/$i >/dev/null +done |