about summary refs log tree commit diff stats
path: root/ranger/data/scope.sh
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-10-10 02:06:44 +0200
committerhut <hut@lavabit.com>2010-10-10 02:08:33 +0200
commit1a8e19243b4dd3bde17a19fb3c3e57d0cc9c0513 (patch)
tree3bdcbd9ee5c2aeda86fa487144951f1a4453e665 /ranger/data/scope.sh
parentae24898ad0625c2be9a5918ac0d9c775d6e8f0ad (diff)
downloadranger-1a8e19243b4dd3bde17a19fb3c3e57d0cc9c0513.tar.gz
data/scope, fsobject: add .deb to archive extensions
Diffstat (limited to 'ranger/data/scope.sh')
-rwxr-xr-xranger/data/scope.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ranger/data/scope.sh b/ranger/data/scope.sh
index 5a076130..f4e91d64 100755
--- a/ranger/data/scope.sh
+++ b/ranger/data/scope.sh
@@ -32,8 +32,8 @@ function have { type -P "$1" > /dev/null; } # test if program is installed
 
 case "$extension" in
 	# Archive extensions:
-	7z|a|ace|alz|arc|arj|bz|bz2|cab|cpio|gz|jar|lha|lz|lzh|lzma|lzo\
-	|rar|rpm|rz|t7z|tar|tbz|tbz2|tgz|tlz|txz|tZ|tzo|war|xz|Z|zip)
+	7z|a|ace|alz|arc|arj|bz|bz2|cab|cpio|deb|gz|jar|lha|lz|lzh|lzma|lzo|\
+	rar|rpm|rz|t7z|tar|tbz|tbz2|tgz|tlz|txz|tZ|tzo|war|xz|Z|zip)
 		atool -l "$path" | head -n $maxln && exit 3
 		exit 1;;
 	pdf)