From korfhage at Mathematik.Uni-Marburg.de Wed Jun 11 11:33:31 2014 From: korfhage at Mathematik.Uni-Marburg.de (Nik Korfhage) Date: Wed, 11 Jun 2014 17:33:31 +0200 Subject: [mojosetup] change files after installation Message-ID: <539876CB.90609@mathematik.uni-marburg.de> Hello, I am planning to use mojo setup for a gui installation & configuration. I've got three questions: 1) I need to write files outside the user specified installation directory, for example to /usr/lib/cgi-bin/. How could I achieve this? 2) Part of the installation are some .deb-packages. Is it possible to call a bash command from within the mojo installation, and if yes, how? 3) I need to change files that were copied to the filesystem during installation according to user input. For example there is a text field for "server name" during the installation and after some config file was copied, the according value in that file has to be changed to the user specified one. I already have bash scripts that do the installation. Is it possible to call them somehow and pass the value? Or what would be the best way to do it? Best regards, Nik