diff --git a/shell/extract.sh b/shell/extract.sh index be0b993..09c50ae 100755 --- a/shell/extract.sh +++ b/shell/extract.sh @@ -5,6 +5,8 @@ x() { local extractor if [ -f "$zipfile" ]; then case "$zipfile" in + *.deb) + extractor="ar x" ;; *.tar.lrz) extractor="lrztar -d" ;; *.lrz)