diff options
-rwxr-xr-x | config/chroot_local-hooks/03-lxde-fixes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/chroot_local-hooks/03-lxde-fixes b/config/chroot_local-hooks/03-lxde-fixes index 92ee009..015cdc2 100755 --- a/config/chroot_local-hooks/03-lxde-fixes +++ b/config/chroot_local-hooks/03-lxde-fixes @@ -20,7 +20,7 @@ if [ -x /usr/sbin/lightdm ]; then apt-get purge --yes vim vim-common vim-runtime rm -rf /usr/lib/python3/dist-packages/devscripts apt-get purge --yes devscripts python3 python3-minimal python3.2 python3.2-minimal - apt-get install --yes devscripts=2.12.6 + apt-get install --yes -t wheezy devscripts fi # tmp skel |