#!/usr/bin/bash

case "$1" in
    config)
        echo "id: example_post_script"
        echo "description: Example post-script"
        echo "stage: verification,installation,migration,finalizing,abort"
        echo "substage: post"
        echo "async: false"
        exit 0
    ;;
esac

# TODO something
echo "message: Run /usr/share/astra-upgrade/scripts/example-post-script"
#echo "config: example.conf"
#echo "warning: example warning"
#echo "error: example error"
