fdb1f864e3e0a04b87f748c71c4c25dc5a6f97cf
[osm/riftware.git] /
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 to ensure all updates are processed -
5 # hooks/config_change is triggered automatically
6 set -e
7
8 $CHARM_DIR/hooks/install