I've got a simple script that copies some files into the templates-custom folders and restarts some services.
No big deal... nothing to compile. But I need help turning this into an RPM (noarch).
So when I go: rpm -ivh myprog-1.1.noarch.rpm it will run my script and put all the files where they are suppose to go.
Any takers? Can anyone give me directions? I already know about ww.rpm.org and all that stuff... it's too complex. I don't want to "make" a prog. Just to run a script.
Jon