Skip to content
Snippets Groups Projects
Commit 74ac3b19 authored by Leo's avatar Leo
Browse files

community/libgnomekbd: remove gconf scripts

parent 5b54f298
No related merge requests found
......@@ -2,7 +2,7 @@
# Maintainer:
pkgname=libgnomekbd
pkgver=3.26.1
pkgrel=0
pkgrel=1
pkgdesc="GNOME keyboard library"
url="https://www.gnome.org/"
arch="all"
......
#!/bin/sh
for i in desktop_gnome_peripherals_keyboard_xkb.schemas; do
echo "Installing GConf2 schema $i."
GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` \
/usr/bin/gconftool-2 --makefile-install-rule /etc/gconf/schemas/$i >/dev/null
done
#!/bin/sh
for i in desktop_gnome_peripherals_keyboard_xkb.schemas; do
echo "Installing GConf2 schema $i."
GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` \
/usr/bin/gconftool-2 --makefile-install-rule /etc/gconf/schemas/$i >/dev/null
done
#!/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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment