Quote (mikshaw @ Sep. 02 2005,15:38) |
But personally i don't really see that compiling a program to run in /opt is much more difficult than building a .dsl from a .deb, and that extra work is outweighed by the added ability to more easily strip down the program and customize it for use in DSL. |
Quote (ke4nt1 @ Sep. 02 2005,16:15) |
The /opt/bin and /opt/lib option has been discussed before. But there are still some challenges , even with that in use. Depending on the program, some applications during the duration of their execution , STILL insist of finding needed things in certain locations.. |
Quote (ke4nt1 @ Sep. 02 2005,16:15) |
A post-install, and post-uninstall script would seem unnecessary, if the extension and application is assembled and compiled properly.. Any configuration needs can be handled within the wrapper at execution time.. |
Quote (ke4nt1 @ Sep. 02 2005,16:15) |
Since DSL doesn't allow custom code in the extensions, this seems kinda moot anyway ( excepting the wrappers ) |
Quote (ke4nt1 @ Sep. 02 2005,16:15) |
User created scripts and executables make me nervous, anyway, from a support and/or 'source code available' point of view.. |
Quote (mikshaw @ Sep. 02 2005,22:52) |
there is NOTHING you can do with a post-install script that you can't do with a wrapper.... |