* 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*)
|
*application/x-cpio*)
|
||||||
cmd="bsdtar -x -f $file" ;;
|
cmd="bsdtar -x -f $file" ;;
|
||||||
*application/x-gzip*)
|
*application/x-gzip*)
|
||||||
cmd="gunzip -f $file" ;;
|
cmd="gunzip -d -f $file" ;;
|
||||||
*application/x-bzip*)
|
*application/x-bzip*)
|
||||||
cmd="bunzip2 -f $file" ;;
|
cmd="bunzip2 -f $file" ;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Reference in a new issue