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