diff options
Diffstat (limited to 'config/chroot_local-hooks/lxde-fixes')
-rwxr-xr-x | config/chroot_local-hooks/lxde-fixes | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config/chroot_local-hooks/lxde-fixes b/config/chroot_local-hooks/lxde-fixes deleted file mode 100755 index ddea012..0000000 --- a/config/chroot_local-hooks/lxde-fixes +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash -if [ -x /usr/sbin/lightdm ]; then - # dirty hack kanotix wallpaper on login-screen - echo "background=/usr/share/images/kanotix-starrise/kanotix-starrise.png" >>/etc/lightdm/lightdm-gtk-greeter.conf - sed -i s/Industrial/Clearlooks/ /etc/skel/.gtkrc-2.0 -fi |