opt/rpm2targz
2018-08-24 12:44:37 +02:00
..
.footprint
.signature add opt signatures 2016-10-15 13:54:24 +02:00
Pkgfile
README
rpm2targz
rpmoffset.c

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 ;;