Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2017-11-24 20:24:22 +0300
committernachoparker <nacho@ownyourbits.com>2017-11-24 20:24:55 +0300
commit86ab526cd904318a044af82b8d470cd2929068cf (patch)
treec1c6f401d6a63318a2af9ab119b8d7fd7372a4a0 /prepare.sh
parentc0cb88088c2d0e5d7c7e19d7af11fce8b2e87d3b (diff)
build: fix cleanupv0.37.3
Diffstat (limited to 'prepare.sh')
-rw-r--r--prepare.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/prepare.sh b/prepare.sh
index da09c8f9..8fa9a0d7 100644
--- a/prepare.sh
+++ b/prepare.sh
@@ -47,12 +47,6 @@ configure(){ :; }
cleanup()
{
[ "$STATE" != "0" ] && return
- apt-get autoremove
- apt-get clean
- rm /var/lib/apt/lists/* -r
- rm -f /home/pi/.bash_history
-
- systemctl disable ssh
rm $STATE_FILE
nohup halt &>/dev/null &
}