Description of problem: 0.136 and 0.138 spew "command not found" messages during install. Could there be a typo as the last character of the post script? [root@localhost ~]# rpm -q --scripts kernel-devel-2.6.26-138.fc10 postinstall scriptlet (using /bin/sh): if [ -f /etc/sysconfig/kernel ] then . /etc/sysconfig/kernel || exit $? fi if [ "$HARDLINK" != "no" -a -x /usr/sbin/hardlink ] then (cd /usr/src/kernels/2.6.26-138.fc10.i686 && /usr/bin/find . -type f | while read f; do hardlink -c /usr/src/kernels/*.fc*.*/$f $f done) fi [root@localhost ~]# Version-Release number of selected component (if applicable): kernel-devel-2.6.26-136.fc10.i686 kernel-devel-2.6.26-138.fc10.i686 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
no, it's an rpm bug.
*** This bug has been marked as a duplicate of 455333 ***