Hello,
i have some older machines with RPM version 3.0.6 (suse 8.2) it seems that in rpm ~3 it is not supported to use external shellscripts for %pre, %post, %preun, %postun example:
Source1: pre.sh
%pre -f pre.sh
My Code is only executed when directly inserted in %pre section. Is there any other possibilty or workarround to extenals scripts for script-sections?
Thanks, Andre