mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
* lib/mc.ext.in: Add associations for viewing RPM files.
This commit is contained in:
parent
b9d7ef9819
commit
b50136248a
@ -1,3 +1,7 @@
|
|||||||
|
2001-05-23 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* lib/mc.ext.in: Add associations for viewing RPM files.
|
||||||
|
|
||||||
2001-05-22 Pavel Roskin <proski@gnu.org>
|
2001-05-22 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
* doc-gnome/C/mkhtml: Support $JADE. Check that $DSL exists.
|
* doc-gnome/C/mkhtml: Support $JADE. Check that $DSL exists.
|
||||||
|
@ -552,6 +552,7 @@ regex/\.trpm$
|
|||||||
# Source RPMs (SuSE uses *.spm, others use *.src.rpm)
|
# Source RPMs (SuSE uses *.spm, others use *.src.rpm)
|
||||||
regex/\.(spm|src\.rpm)$
|
regex/\.(spm|src\.rpm)$
|
||||||
Open=%cd %p#rpm
|
Open=%cd %p#rpm
|
||||||
|
View=%view{ascii} rpm -qivlp --scripts %f
|
||||||
Install this RPM=rpm -i %f
|
Install this RPM=rpm -i %f
|
||||||
Rebuild this RPM=rpm --rebuild %f
|
Rebuild this RPM=rpm --rebuild %f
|
||||||
Check signature=rpm --checksig %f
|
Check signature=rpm --checksig %f
|
||||||
@ -559,6 +560,7 @@ regex/\.(spm|src\.rpm)$
|
|||||||
# Compiled RPMs
|
# Compiled RPMs
|
||||||
regex/\.rpm$
|
regex/\.rpm$
|
||||||
Open=%cd %p#rpm
|
Open=%cd %p#rpm
|
||||||
|
View=%view{ascii} rpm -qivlp --scripts %f
|
||||||
Install this RPM=rpm -i %f
|
Install this RPM=rpm -i %f
|
||||||
Upgrade this RPM=rpm -U %f
|
Upgrade this RPM=rpm -U %f
|
||||||
Check signature=rpm --checksig %f
|
Check signature=rpm --checksig %f
|
||||||
|
Loading…
Reference in New Issue
Block a user