All of lore.kernel.org
 help / color / mirror / Atom feed
* do pkg_postinst() scripts need to start with "#!/bin/sh -e"?
@ 2015-01-09 13:38 Robert P. J. Day
  2015-01-09 13:42 ` Robert P. J. Day
  0 siblings, 1 reply; 4+ messages in thread
From: Robert P. J. Day @ 2015-01-09 13:38 UTC (permalink / raw)
  To: Yocto discussion list


  more manual pedantry -- dev manual, section 5.3.16, suggests:

 A post-installation function has the following structure:

     pkg_postinst_PACKAGENAME() {
     #!/bin/sh -e
     # Commands to carry out
     }

except that every example of a pkg_postinst() script i've ever seen
does not contain that initial hash-bang line, so the manual should at
least be reworded to be consistent with the code base.

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-01-10 19:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-09 13:38 do pkg_postinst() scripts need to start with "#!/bin/sh -e"? Robert P. J. Day
2015-01-09 13:42 ` Robert P. J. Day
2015-01-09 14:47   ` Trevor Woerner
2015-01-10 19:55     ` Robert P. J. Day

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.