Is it possible to access/utilize install files in an RPM from within the preinstall section.
My rpm package contains files separated by type of destination host that I would like to pull variables from and make decisions on during the preinstall. The preinstall will remain generic while the files could contain different settings for different packages. I would also like to be able to abort the install based on certain conditions set up by those values.
This seems impossible given that the rpm hasnt unpacked the files yet, I think, but after looking around Im unable to find anything one way or the other.