SOURCES: lesspipe.sh - add *.cab handling

glen glen at pld-linux.org
Thu Nov 1 17:03:12 CET 2007


Author: glen                         Date: Thu Nov  1 16:03:12 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- add *.cab handling

---- Files affected:
SOURCES:
   lesspipe.sh (1.24 -> 1.25) 

---- Diffs:

================================================================
Index: SOURCES/lesspipe.sh
diff -u SOURCES/lesspipe.sh:1.24 SOURCES/lesspipe.sh:1.25
--- SOURCES/lesspipe.sh:1.24	Tue Aug 21 13:05:49 2007
+++ SOURCES/lesspipe.sh	Thu Nov  1 17:03:07 2007
@@ -38,6 +38,7 @@
 	*.rpm) rpm -qpivl --changelog -- "$1" ;;
 	*.rar) unrar -p- l -- "$1" ;;
 	*.cpi|*.cpio) cpio -itv < "$1" ;;
+	*.cab) cabextract -l -- "$1" ;;
 	*.deb) dpkg -c "$1" ;;
 	# .war could be Zip (limewire) or tar.gz file (konqueror web archives)
 	*.war) 7z l "$1" || unzip -l "$1" || tar tzvvf "$1" ;;
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/lesspipe.sh?r1=1.24&r2=1.25&f=u



More information about the pld-cvs-commit mailing list