mirror of
https://github.com/MidnightCommander/mc
synced 2025-04-12 18:12:55 +03:00
* mc.ext.in: ipkg package manager uses gzipped tars (.ipk).
This commit is contained in:
parent
09a3e8c853
commit
e2959bb66a
@ -1,3 +1,7 @@
|
||||
2006-06-22 Gabor Kiss <kissg@cdata.hu>
|
||||
|
||||
* mc.ext.in: ipkg package manager uses gzipped tars (.ipk).
|
||||
|
||||
2006-06-05 Nerijus Baliunas <nerijus@users.sourceforge.net>
|
||||
|
||||
* mc.ext.in: Loosen match for mailbox.
|
||||
|
@ -106,8 +106,8 @@
|
||||
|
||||
### Archives ###
|
||||
|
||||
# .tgz, .tpz, .tar.gz, .tar.z, .tar.Z
|
||||
regex/\.t([gp]?z|ar\.g?[zZ])$
|
||||
# .tgz, .tpz, .tar.gz, .tar.z, .tar.Z, .ipk
|
||||
regex/\.t([gp]?z|ar\.g?[zZ])$|\.ipk$
|
||||
Open=%cd %p#utar
|
||||
View=%view{ascii} gzip -dc %f 2>/dev/null | tar tvvf -
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user