From 14003f446f4190530fe7274fb20ad74f5139075f Mon Sep 17 00:00:00 2001
From: Andreas Loibl <andreas@andreas-loibl.de>
Date: Tue, 7 Dec 2010 01:28:35 +0100
Subject: fixed auto/clean (exit code is no longer relevant)

---
 auto/clean | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/auto/clean b/auto/clean
index fb17beb..dfd7de9 100755
--- a/auto/clean
+++ b/auto/clean
@@ -24,7 +24,7 @@ then
 	rmdir --ignore-fail-on-non-empty config
 fi
 
-[ $# -eq 0 ] && exit 0
+[ $# -eq 0 ] && lb clean noauto
 
 # handle additional kanotix parameters
 while [ "$1" ]
-- 
cgit v1.0