Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Tue, 21 Dec 2004 13:45:03 -0500 From: george young To: cygwin AT cygwin DOT com Subject: can a postinstall script be other than shell? Message-Id: <20041221134503.2def234b.gry@ll.mit.edu> Reply-To: gry AT ll DOT mit DOT edu Organization: MIT Lincoln Laboratory Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Can a postinstall script be other than a shell script? I gather that setup looks for *.sh, but if I name a file /etc/postinstall/foobar.sh, and it contains: #!/bin/python ...some python code... will it work? Or do I have to have a skeleton shell script that calls my python script? -- George Young -- "Are the gods not just?" "Oh no, child. What would become of us if they were?" (CSL) -- 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/