diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-05-30 14:27:31 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-05-30 14:27:31 +0000 |
commit | 0aab2e23bfd07508725afa132fa6474262ff4b55 (patch) | |
tree | 4ea4729c303430644d2909097d430377c47bcf38 /main/gnome-settings-daemon/gnome-settings-daemon.post-upgrade | |
parent | 1d677d8a658dde35e3e2e51139a2cc6049d21e7f (diff) | |
download | aports-0aab2e23bfd07508725afa132fa6474262ff4b55.tar.bz2 aports-0aab2e23bfd07508725afa132fa6474262ff4b55.tar.xz |
main/gnome-settings-daemon: moved to unmaintained
Diffstat (limited to 'main/gnome-settings-daemon/gnome-settings-daemon.post-upgrade')
-rw-r--r-- | main/gnome-settings-daemon/gnome-settings-daemon.post-upgrade | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/main/gnome-settings-daemon/gnome-settings-daemon.post-upgrade b/main/gnome-settings-daemon/gnome-settings-daemon.post-upgrade deleted file mode 100644 index 0a7432db11..0000000000 --- a/main/gnome-settings-daemon/gnome-settings-daemon.post-upgrade +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh - -for i in \ - apps_gnome_settings_daemon_housekeeping.schemas \ - apps_gnome_settings_daemon_keybindings.schemas \ - apps_gnome_settings_daemon_xrandr.schemas \ - desktop_gnome_font_rendering.schemas \ - desktop_gnome_keybindings.schemas \ - desktop_gnome_peripherals_smartcard.schemas \ - desktop_gnome_peripherals_touchpad.schemas \ - gnome-settings-daemon.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 |