Run own postinstall script

Gerrit P. Haase gerrit@familiehaase.de
Sat Jun 11 20:37:00 GMT 2005


Oliver Geisen wrote:

> Hello,
> 
> is there a way i can run an self-created post-installation-script aber 
> setup is done, resp.
> after the first shell is invoked ?

Every script ending with .sh in /etc/postinstall is executed from
setup.exe and renamed to *.sh.done.

At shell startup there is /etc/profile.d/ which contains scripts
running when shell is started (if ending with .sh, see /etc/profile:

for i in /etc/profile.d/*.sh ; do
   if [ -f $i ]; then
     . $i
   fi
done


Gerrit
-- 
=^..^=

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list