* lib/mc.ext.in: Improve output of the View command for debian packages.

This commit is contained in:
Pavel Tsekov 2006-03-23 16:00:08 +00:00
parent c585dcb01a
commit c826992e1e
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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$