diff options
Diffstat (limited to 'testing/gnome-settings-daemon/gnome-settings-daemon.post-install')
-rw-r--r-- | testing/gnome-settings-daemon/gnome-settings-daemon.post-install | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/testing/gnome-settings-daemon/gnome-settings-daemon.post-install b/testing/gnome-settings-daemon/gnome-settings-daemon.post-install deleted file mode 100644 index 0a7432db11..0000000000 --- a/testing/gnome-settings-daemon/gnome-settings-daemon.post-install +++ /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 |