- revert deb/uar change, but keep uar commented out as an alternative
(I prefer the "uar" way, should be faster too ;) OBS-URL: https://build.opensuse.org/package/show/Base:System/mc?expand=0&rev=52
This commit is contained in:
parent
ffb1ab4156
commit
8c889281f6
@ -6,8 +6,8 @@
|
||||
regex/\.u?deb$
|
||||
- Open=%cd %p/deb://
|
||||
- View=%view{ascii} dpkg-deb -I %f && echo && dpkg-deb -c %f
|
||||
+ #Open=%cd %p/deb://
|
||||
+ Open=%cd %p/uar://
|
||||
+ Open=%cd %p/deb://
|
||||
+ #Open=%cd %p/uar://
|
||||
+ View=%view{ascii} if type -p dpkg-deb >/dev/null ; then dpkg-deb -I %f && echo && dpkg-deb -c %f ; else file %f && echo && ar tv %f ; fi
|
||||
|
||||
# dpkg
|
||||
|
Loading…
x
Reference in New Issue
Block a user