mirror of https://github.com/MidnightCommander/mc
* lib/mc.ext.in: Improve output of the View command for debian packages.
This commit is contained in:
parent
c585dcb01a
commit
c826992e1e
|
@ -1,3 +1,7 @@
|
|||
2006-03-23 Marek Habersack <grendel@debian.org>
|
||||
|
||||
* mc.ext.in: Improve output of the View command for debian packages.
|
||||
|
||||
2006-03-18 Leonard den Ottolander <leonard den ottolander nl>
|
||||
|
||||
* mc-wrapper.sh.in: Don't use "$()" construct as it is not portable
|
||||
|
|
|
@ -199,7 +199,7 @@ regex/\.(rpm|spm)$
|
|||
# deb
|
||||
regex/\.u?deb$
|
||||
Open=%cd %p#deb
|
||||
View=%view{ascii} dpkg-deb -c %f
|
||||
View=%view{ascii} dpkg-deb -I %f && echo && dpkg-deb -c %f
|
||||
|
||||
# ISO9660
|
||||
regex/\.iso$
|
||||
|
|
Loading…
Reference in New Issue