mirror of https://github.com/MidnightCommander/mc
Recognize .spm files
This commit is contained in:
parent
759c5aee8f
commit
aafa830e57
|
@ -1,3 +1,7 @@
|
|||
2000-10-05 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
|
||||
|
||||
* lib/mc.ext.in: .spm is used by SuSE to mark src rpms
|
||||
|
||||
2000-10-04 Christophe Merlet <christophe@merlet.net>
|
||||
|
||||
* gnome/*.desktop: Updated french strings.
|
||||
|
|
|
@ -623,6 +623,12 @@ regex/\.rpm$
|
|||
Install this RPM=rpm -i %f
|
||||
Upgrade this RPM=rpm -U %f
|
||||
|
||||
# SuSE src rpms
|
||||
regex/\.spm$
|
||||
Open=%cd %p#rpm
|
||||
Install this RPM=rpm -i %f
|
||||
Upgrade this RPM=rpm -U %f
|
||||
|
||||
# deb
|
||||
regex/\.deb$
|
||||
Open=%cd %p#deb
|
||||
|
|
Loading…
Reference in New Issue