mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
community/libgnomekbd: remove gconf scripts
This commit is contained in:
parent
5b54f29838
commit
74ac3b190e
@ -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"
|
||||
|
||||
@ -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
|
||||
@ -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
|
||||
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user