View Single Post
  #2 (permalink)  
Old May 12th, 2006, 05:00 PM
murraywj murraywj is offline
Registered User
 
Join Date: Apr 2006
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Well - I solved the problem myself. Here is the answer, in case others are interested:

I used nano to create a file called postflight with no extension. I wrote my shell script inside the file and saved it. Before I was saving as postflight.sh, and that was the problem. PackageMaker will only recognize Unix executable files, (shell scripts), that are named properly, as stated above.
-Bill