summaryrefslogtreecommitdiffstats
path: root/abs/extra/mythexpress
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2016-01-28 15:59:23 (GMT)
committerBritney Fransen <brfransen@gmail.com>2016-01-28 15:59:23 (GMT)
commit8c5e6c221167987c43f22048aa573e4917f108ba (patch)
treeecfb481cccc127481760128dd01fbaddceda75d7 /abs/extra/mythexpress
parent858c21001f6e7c725e65937c7b94fa086585774b (diff)
downloadlinhes_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')
-rwxr-xr-xabs/extra/mythexpress/PKGBUILD3
-rw-r--r--abs/extra/mythexpress/mythexpress.install11
2 files changed, 13 insertions, 1 deletions
diff --git a/abs/extra/mythexpress/PKGBUILD b/abs/extra/mythexpress/PKGBUILD
index 7080c8d..d6ac582 100755
--- a/abs/extra/mythexpress/PKGBUILD
+++ b/abs/extra/mythexpress/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mythexpress
-pkgver=20150205
+pkgver=20160128
pkgrel=1
pkgdesc="MythExpress is a browser-based interface to MythTV HTTP streaming capability"
arch=('i686' 'x86_64')
@@ -7,6 +7,7 @@ url="https://github.com/MythTV-Clients/MythExpress"
license=('GPL3')
depends=('nodejs' 'avahi' )
makedepends=('git')
+install=('mythexpress.install')
source=('mythexpress.html' )
_gitroot="https://github.com/MythTV-Clients/MythExpress.git"
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
+}