diff options
author | Holger Paradies <retabell@gmx.de> | 2013-09-01 20:24:13 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2013-09-03 20:02:33 +0200 |
commit | f5be53ab942689f63736e0b12ca35916406b1a6a (patch) | |
tree | 28f888f5cce86ed9c05ec3ace8fb596679a19d34 /config/chroot_local-hooks | |
parent | 42af94d88be178a42da6e84d73c528438902f441 (diff) | |
download | kanotix-f5be53ab942689f63736e0b12ca35916406b1a6a.zip kanotix-f5be53ab942689f63736e0b12ca35916406b1a6a.tar.gz |
remove vim me-tv from lxde
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 |