From 9931810d6817e7d318d0604aaac80fdbc303e3d3 Mon Sep 17 00:00:00 2001
From: Ciro Santilli <ciro.santilli@savoirfairelinux.com>
Date: Thu, 28 Jan 2016 23:01:09 +0100
Subject: [PATCH] Wipe install dir entirely on clean

---
 clean-DATA-LOSS.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/clean-DATA-LOSS.sh b/clean-DATA-LOSS.sh
index 90678129..2834269f 100755
--- a/clean-DATA-LOSS.sh
+++ b/clean-DATA-LOSS.sh
@@ -2,4 +2,4 @@
 # Remove everything that is not git tracked on the submodules.
 # May cause data loss.
 git submodule foreach git clean -dfx
-rm -rf install/*
+rm -rf install
-- 
GitLab