summaryrefslogtreecommitdiffstats
path: root/auto/clean
diff options
context:
space:
mode:
Diffstat (limited to 'auto/clean')
-rwxr-xr-xauto/clean10
1 files changed, 10 insertions, 0 deletions
diff --git a/auto/clean b/auto/clean
new file mode 100755
index 0000000..5a0c82a
--- /dev/null
+++ b/auto/clean
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -e
+
+lb clean noauto "${@}"
+
+rm -f config/binary config/bootstrap config/chroot config/common config/source
+rm -f build.log prepare.log config/archives/liquorix.list.*
+find config -empty -delete
+find config -type l -delete