summaryrefslogtreecommitdiff
path: root/auto/clean
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2010-09-09 12:07:55 +0200
committerAndreas Loibl <andreas@andreas-loibl.de>2010-09-09 12:07:55 +0200
commit140e47372b669942e86d27a4293d9a767a297816 (patch)
treeed70f3a6dacc97ecad45e77d08a18dd683d7405f /auto/clean
parentb451f4c2357d7da5efd084dd44354f81d4e3b05c (diff)
downloadkanotix-140e47372b669942e86d27a4293d9a767a297816.zip
kanotix-140e47372b669942e86d27a4293d9a767a297816.tar.gz
update from lh to lb scheme
Diffstat (limited to 'auto/clean')
-rwxr-xr-xauto/clean6
1 files changed, 3 insertions, 3 deletions
diff --git a/auto/clean b/auto/clean
index fa41233..fb17beb 100755
--- a/auto/clean
+++ b/auto/clean
@@ -31,7 +31,7 @@ while [ "$1" ]
do
case "$1" in
--help)
- lh clean noauto --help
+ lb clean noauto --help
echo -e "\nAdditional Options for Kanotix:\n\t[--tmpfs]\n"
exit 1
;;
@@ -40,7 +40,7 @@ do
[ "$(stat --printf "%d\n" . tmpfs | uniq -u)" ] && umount tmpfs
rmdir tmpfs
fi
- lh clean noauto --all
+ lb clean noauto --all
exit 1
;;
--tmpfs)
@@ -50,7 +50,7 @@ do
fi
;;
*)
- lh clean noauto "$1"
+ lb clean noauto "$1"
;;
esac
shift