Advertisement
Guest User

phc-k8.install

a guest
Sep 22nd, 2010
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.16 KB | None | 0 0
  1. post_install()
  2. {
  3.   echo Please read /usr/share/doc/phc-k8/README
  4.   updmoddep
  5. }
  6.  
  7. post_upgrade()
  8. {
  9.   updmoddep
  10. }
  11.  
  12. updmoddep()
  13. {
  14.   etc/rc.d/phc-k8 setup
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement