* Alexander Baldeck <alexander@archlinux.org>
Bugfix for FS#6944
This commit is contained in:
parent
eb448f222a
commit
1a42b23187
1 changed files with 1 additions and 1 deletions
|
@ -822,7 +822,7 @@ else
|
|||
*application/x-cpio*)
|
||||
cmd="bsdtar -x -f $file" ;;
|
||||
*application/x-gzip*)
|
||||
cmd="gunzip -f $file" ;;
|
||||
cmd="gunzip -d -f $file" ;;
|
||||
*application/x-bzip*)
|
||||
cmd="bunzip2 -f $file" ;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Reference in a new issue