mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
* lib/mc.ext.in: Use "type" to recognize zip and lha archives.
This commit is contained in:
parent
acbe83ef9c
commit
bfb469435d
@ -1,3 +1,7 @@
|
||||
2001-11-29 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* lib/mc.ext.in: Use "type" to recognize zip and lha archives.
|
||||
|
||||
2001-11-27 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* lib/mc.ext.in: When running X programs in background, do it
|
||||
|
@ -418,7 +418,7 @@ regex/\.(tar|TAR)$
|
||||
Extract=tar xf %f
|
||||
|
||||
# zip
|
||||
regex/\.(zip|ZIP|jar|JAR)$
|
||||
type/^Zip\ archive
|
||||
Open=%cd %p#uzip
|
||||
View=%view{ascii} unzip -v %f
|
||||
Extract=unzip %f
|
||||
@ -432,7 +432,7 @@ regex/\.(zoo|ZOO)$
|
||||
Extract=zoo x %f '*'
|
||||
|
||||
# lha
|
||||
regex/\.(lha|LHA|lzh|LZH)$
|
||||
type/^LHa\ .*archive
|
||||
Open=%cd %p#ulha
|
||||
View=%view{ascii} lharc l %f
|
||||
Extract=lharc x %f '*'
|
||||
|
Loading…
Reference in New Issue
Block a user