Guest User

airgraph-ng-svn.install

a guest
Apr 7th, 2011
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.74 KB | None | 0 0
  1. # This is a default template for a post-install scriptlet.
  2. # Uncomment only required functions and remove any functions
  3. # you don't need (and this header).
  4.  
  5. ## arg 1:  the new package version
  6. #pre_install() {
  7.   # do something here
  8. #}
  9.  
  10. ## arg 1:  the new package version
  11. #post_install() {
  12.   # do something here
  13. #}
  14.  
  15. ## arg 1:  the new package version
  16. ## arg 2:  the old package version
  17. #pre_upgrade() {
  18.   # do something here
  19. #}
  20.  
  21. ## arg 1:  the new package version
  22. ## arg 2:  the old package version
  23. #post_upgrade() {
  24.   # do something here
  25. #}
  26.  
  27. ## arg 1:  the old package version
  28. #pre_remove() {
  29.   # do something here
  30. #}
  31.  
  32. ## arg 1:  the old package version
  33. #post_remove() {
  34.   # do something here
  35. #}
  36.  
  37. # vim:set ts=2 sw=2 et:
Add Comment
Please, Sign In to add comment