aboutsummaryrefslogtreecommitdiffstats
path: root/community/libgnomekbd/libgnomekbd.pre-deinstall
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-07-16 17:47:37 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-07-16 17:49:32 +0000
commit059d7a06b8c9a752f593d7961da2edb3fad2d808 (patch)
tree35b1bfbd60e11cc43a1500aa0a9425e1e0745af0 /community/libgnomekbd/libgnomekbd.pre-deinstall
parentf3dbb59035962c243c857642060a73b078c285c5 (diff)
downloadaports-059d7a06b8c9a752f593d7961da2edb3fad2d808.tar.bz2
aports-059d7a06b8c9a752f593d7961da2edb3fad2d808.tar.xz
main/libgnomekbd: move to community
Diffstat (limited to 'community/libgnomekbd/libgnomekbd.pre-deinstall')
-rw-r--r--community/libgnomekbd/libgnomekbd.pre-deinstall7
1 files changed, 7 insertions, 0 deletions
diff --git a/community/libgnomekbd/libgnomekbd.pre-deinstall b/community/libgnomekbd/libgnomekbd.pre-deinstall
new file mode 100644
index 0000000000..4cfd37ac2e
--- /dev/null
+++ b/community/libgnomekbd/libgnomekbd.pre-deinstall
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+for i in desktop_gnome_peripherals_keyboard_xkb.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