opt/rpm2targz
2013-05-04 22:17:47 +02:00
..
.footprint
.md5sum
Pkgfile rpm2targz: adopted port 2013-05-04 22:17:47 +02:00
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 ;;