diff options
Diffstat (limited to 'config/chroot_local-hooks')
-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 60be728..c73f876 100755 --- a/config/chroot_local-hooks/03-lxde-fixes +++ b/config/chroot_local-hooks/03-lxde-fixes @@ -16,6 +16,6 @@ if [ -x /usr/sbin/lightdm ]; then # on lxde delete packages to reduce image-size apt-get purge --yes aptitude aptitude-common - #apt-get purge --yes vim vim-common vim-runtime + apt-get purge --yes vim vim-common vim-runtime fi |