aboutsummaryrefslogtreecommitdiff
path: root/mkrootfs.sh
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-05-18 12:47:30 +0300
committerCem Keylan <cem@ckyln.com>2020-05-18 12:47:30 +0300
commit909b9a4d1137efe4deae96b5410655a81ee17d57 (patch)
treedc1443b3df2ac5a800cc70b9a05930c19bab2eeb /mkrootfs.sh
parente8c62763d02b18a106e7c385a4dfc1ac026449ee (diff)
downloadmkrootfs-909b9a4d1137efe4deae96b5410655a81ee17d57.tar.gz
mkrootfs: no need to remove root cache anymore
Diffstat (limited to 'mkrootfs.sh')
-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"