community/libgnomekbd: remove gconf scripts

This commit is contained in:
Leo 2019-07-13 22:57:36 -03:00
parent 5b54f29838
commit 74ac3b190e
4 changed files with 1 additions and 22 deletions

View File

@ -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"

View File

@ -1,7 +0,0 @@
#!/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

View File

@ -1,7 +0,0 @@
#!/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

View File

@ -1,7 +0,0 @@
#!/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