Split package into grml-live and grml-live-addons
[grml-live.git] / buildd / remove_isos.sh
index abb3efb..6ec0193 100755 (executable)
@@ -4,7 +4,6 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2 or any later version.
-# Latest change: Sun Nov 11 11:45:45 CET 2007 [mika]
 ################################################################################
 
 . /etc/grml/grml-buildd.conf || exit 1
@@ -13,8 +12,7 @@
 cd $ISO_DIR || exit 3
 
 for file in *.iso ; do
-    rm -f "$file"
-    rm -f "${file}".md5
+    rm -f "$file" "${file}".md5 "${file}".sha1
 done
 
 ## END OF FILE #################################################################