diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2012-10-14 15:51:28 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2012-10-14 15:51:28 +0200 |
commit | ad9dfc0bc615d5a95aa569da75f6394d3181e7d2 (patch) | |
tree | 96f0126dd12f2701e140afecc1be9b9b30554432 /config/chroot_local-hooks | |
parent | 80cacfe57ab1a7e2be7af295ece081ca6fff94c6 (diff) | |
download | kanotix-ad9dfc0bc615d5a95aa569da75f6394d3181e7d2.zip kanotix-ad9dfc0bc615d5a95aa569da75f6394d3181e7d2.tar.gz |
added LXDE packagelists
Diffstat (limited to 'config/chroot_local-hooks')
-rwxr-xr-x | config/chroot_local-hooks/set-desktopbackground | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/chroot_local-hooks/set-desktopbackground b/config/chroot_local-hooks/set-desktopbackground new file mode 100755 index 0000000..3bc4611 --- /dev/null +++ b/config/chroot_local-hooks/set-desktopbackground @@ -0,0 +1,7 @@ +#!/bin/sh +# Switch desktop-background to kanotix-starrise-base wallpaper +if [ ! -e /var/lib/dpkg/info/desktop-base.list ] || [ ! -e /var/lib/dpkg/info/kanotix-starrise-base.list ] +then + return +fi +update-alternatives --install /usr/share/images/desktop-base/desktop-background desktop-background /usr/share/images/kanotix-starrise/kanotix-starrise.png 200 || true |