Currently I have to add my own rule

install:
   install -D -m 755 $(sysconfdir)/rc.d/init.d/blah

uninstall:
   rm $(sysconfdir)/rc.d/init.d/blah


Is there a proper automake way of installing startup scripts?


Vikram.


Reply via email to