diff options
author | Britney Fransen <brfransen@gmail.com> | 2016-01-28 15:59:23 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2016-01-28 15:59:23 (GMT) |
commit | 8c5e6c221167987c43f22048aa573e4917f108ba (patch) | |
tree | ecfb481cccc127481760128dd01fbaddceda75d7 /abs/extra/mythexpress/mythexpress.install | |
parent | 858c21001f6e7c725e65937c7b94fa086585774b (diff) | |
download | linhes_pkgbuild-8c5e6c221167987c43f22048aa573e4917f108ba.zip linhes_pkgbuild-8c5e6c221167987c43f22048aa573e4917f108ba.tar.gz linhes_pkgbuild-8c5e6c221167987c43f22048aa573e4917f108ba.tar.bz2 |
mythexpress: update to latest; start service on install
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 +} |