* mc.ext.in: ipkg package manager uses gzipped tars (.ipk).

This commit is contained in:
Leonard den Ottolander 2006-06-22 12:57:00 +00:00
parent 09a3e8c853
commit e2959bb66a
2 changed files with 6 additions and 2 deletions

View File

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

View File

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