opt/rpm2targz/README
2009-06-13 22:37:21 +02:00

7 lines
225 B
Plaintext

POST-INSTALL
To enable less(1) to view RPM files, add the following line to
the case statement in /usr/lib/less/filter:
*.rpm) dd ibs=`/usr/lib/rpm2targz/rpmoffset < "$1"` skip=1 if="$1" | gzip -dc | cpio -tv ;;