~charmers/charm-tools/1.0

« back to all changes in this revision

Viewing changes to tests/create/no-package-exists/hooks/upgrade-charm

  • Committer: Marco Ceppi
  • Date: 2013-08-21 04:04:39 UTC
  • Revision ID: marco@ceppi.net-20130821040439-hplt0cc3wo309lds
Improved charm create examples by including all available options

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
# This hook is executed each time a charm is upgraded after the new charm
 
3
# contents have been unpacked
 
4
# Best practice suggests you execute the hooks/install and
 
5
# hooks/config-changed to ensure all updates are processed
 
6