summaryrefslogtreecommitdiff
path: root/config/chroot_local-hooks/04-cleanup
diff options
context:
space:
mode:
Diffstat (limited to 'config/chroot_local-hooks/04-cleanup')
-rwxr-xr-xconfig/chroot_local-hooks/04-cleanup9
1 files changed, 0 insertions, 9 deletions
diff --git a/config/chroot_local-hooks/04-cleanup b/config/chroot_local-hooks/04-cleanup
index 985bee0..560cced 100755
--- a/config/chroot_local-hooks/04-cleanup
+++ b/config/chroot_local-hooks/04-cleanup
@@ -19,7 +19,6 @@ do
: > ${FILE}
done
# custom cleanup
-rm -f /var/lib/apt/lists/* || true
rm -f /var/cache/apt/*.bin
dpkg --clear-avail
apt-cache gencaches
@@ -27,11 +26,3 @@ update-pciids || true
rm -f /usr/share/misc/pci.ids.*
update-usbids || true
rm -f /var/lib/usbutils/usb.ids.*
-# Some application defaults
-update-alternatives --set pager /usr/bin/most || true
-update-alternatives --set x-window-manager /usr/bin/openbox || true
-update-alternatives --set x-window-manager /usr/bin/kwin || true
-update-alternatives --set x-www-browser /usr/bin/iceweasel || true
-update-alternatives --set x-session-manager /usr/bin/startlxde || true
-update-alternatives --set x-session-manager /usr/bin/startkde || true
-update-alternatives --set editor /usr/bin/vim.basic || true