From c2ff7a83dab4eda61308079b2d72daee0b83ff6f Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 7 Aug 2009 09:03:39 +0000 Subject: Andrew Psaltis: 27212: Slackware supports extra tar formats in pkgtool --- Completion/Linux/Command/_pkgtool | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Completion/Linux') diff --git a/Completion/Linux/Command/_pkgtool b/Completion/Linux/Command/_pkgtool index 940c09816..916e9e33f 100644 --- a/Completion/Linux/Command/_pkgtool +++ b/Completion/Linux/Command/_pkgtool @@ -12,7 +12,7 @@ case "$service" in "-ask[always ask on package installation regardless of package's priority]" \ '-priority[provide a priority for the entire package list to use]:priority list:(ADD REC OPT SKP)' \ '-tagfile[specify a different file to use for package priorities]:tagfile:_files -/' \ - '*:package file:_files -g "*.tgz(-.)"' + '*:package file:_files -g "*.t[gblx]z(-.)"' ;; removepkg) @@ -29,11 +29,11 @@ case "$service" in '--install-new[install new packages in addition to upgrading existing ones]' \ '--reinstall[upgrade even when the same version is already installed]' \ '--verbose[show all the gory details of the upgrade]' \ - '*:package file:_files -g "*.tgz(-.)"' + '*:package file:_files -g "*.t[gblx]z(-.)"' ;; explodepkg) - _wanted file expl 'package file' _files -g '*.tgz(-.)' + _wanted file expl 'package file' _files -g '*.t[gblx]z(-.)' ;; makepkg) -- cgit 1.4.1