diff options
Diffstat (limited to 'abs/extra/mythexpress/mythexpress.install')
-rw-r--r-- | abs/extra/mythexpress/mythexpress.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/extra/mythexpress/mythexpress.install b/abs/extra/mythexpress/mythexpress.install new file mode 100644 index 0000000..76b56bb --- /dev/null +++ b/abs/extra/mythexpress/mythexpress.install @@ -0,0 +1,11 @@ +post_install() { + add_service.sh mythexpress +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + remove_service.sh mythexpress +} |