diff options
author | Holger Paradies <retabell@gmx.de> | 2013-09-07 18:53:23 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2013-09-10 22:07:02 +0200 |
commit | cc899f697613693c6508b105eff39d2314c8d6e7 (patch) | |
tree | b657e38aa281332d140b4bfd6ef47a9d0cba2abf /config | |
parent | ffcca3e8b3e5efefaad1c96482a8576c5fa41e03 (diff) | |
download | kanotix-cc899f697613693c6508b105eff39d2314c8d6e7.zip kanotix-cc899f697613693c6508b105eff39d2314c8d6e7.tar.gz |
use wheezy devscripts on lxde i386
Diffstat (limited to 'config')
-rwxr-xr-x | config/chroot_local-hooks/03-lxde-fixes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/chroot_local-hooks/03-lxde-fixes b/config/chroot_local-hooks/03-lxde-fixes index ac47bc0..a7dbbda 100755 --- a/config/chroot_local-hooks/03-lxde-fixes +++ b/config/chroot_local-hooks/03-lxde-fixes @@ -18,5 +18,7 @@ if [ -x /usr/sbin/lightdm ]; then if ! [ -d /lib/x86_64-linux-gnu ]; then apt-get purge --yes aptitude aptitude-common apt-get purge --yes vim vim-common vim-runtime + apt-get purge --yes devscripts python3 python3-minimal python3.2 python3.2-minimal + apt-get install --yes devscripts=2.12.6 fi fi |