mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: June 07 2005,14:00 |
|
you can't do that. The install script merely extracts the archive into the filesystem. Any running of scripts will need to be done manually. One thing that could be done if you need to set some things up before running a program is create a wrapper that is launched instead of the application itself. The script would set up your environment, do whatever else is necessary, and then run the program.
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|