summaryrefslogtreecommitdiff
path: root/config/chroot_local-hooks/03-lxde-fixes
diff options
context:
space:
mode:
authorHolger Paradies <retabell@gmx.de>2013-04-21 09:51:43 +0200
committerAndreas Loibl <andreas@andreas-loibl.de>2013-05-03 16:49:48 +0200
commit46ebdb6fa13ffa8e749a7847e7cd605687786ea9 (patch)
treea1c1a01728a796e98776325c3c86bd1a80fce8d6 /config/chroot_local-hooks/03-lxde-fixes
parent51597a600dab3fe05c73bdb5a6712a64085903e1 (diff)
downloadkanotix-46ebdb6fa13ffa8e749a7847e7cd605687786ea9.zip
kanotix-46ebdb6fa13ffa8e749a7847e7cd605687786ea9.tar.gz
move-lxde-fixes-and-delete-packages-to-reduce-iso
Diffstat (limited to 'config/chroot_local-hooks/03-lxde-fixes')
-rwxr-xr-xconfig/chroot_local-hooks/03-lxde-fixes12
1 files changed, 12 insertions, 0 deletions
diff --git a/config/chroot_local-hooks/03-lxde-fixes b/config/chroot_local-hooks/03-lxde-fixes
new file mode 100755
index 0000000..0428a7e
--- /dev/null
+++ b/config/chroot_local-hooks/03-lxde-fixes
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+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
+
+ # on lxde delete packages to reduce image-size
+ apt-get purge --yes aptitude aptitude-common
+ apt-get purge --yes vim vim-common vim-runtime
+
+fi