aboutsummaryrefslogtreecommitdiff
path: root/share/hydractl/upgrade
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-03-09 15:44:56 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-03-09 15:44:56 -0300
commitdd5ad57ad9995896c7e64072f3c508bc240e81f4 (patch)
treeef4ef6b52760535179b98bcb7b99861dc9e954b9 /share/hydractl/upgrade
parentdf094668e730ba3b3940563bc64e86fc3269f808 (diff)
downloadhydra-dd5ad57ad9995896c7e64072f3c508bc240e81f4.tar.gz
hydra-dd5ad57ad9995896c7e64072f3c508bc240e81f4.tar.bz2
Upgrade: clean by default
Diffstat (limited to 'share/hydractl/upgrade')
-rwxr-xr-xshare/hydractl/upgrade2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hydractl/upgrade b/share/hydractl/upgrade
index a98ce07..350d795 100755
--- a/share/hydractl/upgrade
+++ b/share/hydractl/upgrade
@@ -39,6 +39,6 @@ hydractl chroot-upgrade
hydractl pbuilder-upgrade
# Cleanup
-if [ "$CLEAN" == "clean" ]; then
+if [ "$CLEAN" != "noclean" ]; then
$sudo apt-get clean
fi