aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmkrootfs.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/mkrootfs.sh b/mkrootfs.sh
index 967cf29..f93081a 100755
--- a/mkrootfs.sh
+++ b/mkrootfs.sh
@@ -118,10 +118,6 @@ done
msg "Installation Complete, starting custombuild procedure if there is one"
postinstall
-# Remove junk from the rootfs
-msg "Removing root cache"
-rm -rf "$MNTDIR/root/.cache"
-
msg "Generating rootfs to $BASEDIR"
(
cd "$MNTDIR" || die "Could not change directory to $MNTDIR"