summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-29/mythplugins/mythplugins-mythzoneminder.install
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2017-09-17 23:34:24 (GMT)
committerBritney Fransen <brfransen@gmail.com>2017-09-17 23:34:24 (GMT)
commitd4367e3fc20521235cdfc5e5eb03e7988840e32f (patch)
tree5ca35b498d8303b59b30292e349cb4435e039603 /abs/core/mythtv/stable-29/mythplugins/mythplugins-mythzoneminder.install
parent4739d37f1b813536b0f8d665a03f6f22a902f3e2 (diff)
downloadlinhes_pkgbuild-d4367e3fc20521235cdfc5e5eb03e7988840e32f.zip
linhes_pkgbuild-d4367e3fc20521235cdfc5e5eb03e7988840e32f.tar.gz
linhes_pkgbuild-d4367e3fc20521235cdfc5e5eb03e7988840e32f.tar.bz2
mythtv: add 29-fixes
Diffstat (limited to 'abs/core/mythtv/stable-29/mythplugins/mythplugins-mythzoneminder.install')
-rw-r--r--abs/core/mythtv/stable-29/mythplugins/mythplugins-mythzoneminder.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/core/mythtv/stable-29/mythplugins/mythplugins-mythzoneminder.install b/abs/core/mythtv/stable-29/mythplugins/mythplugins-mythzoneminder.install
new file mode 100644
index 0000000..a4e0c0d
--- /dev/null
+++ b/abs/core/mythtv/stable-29/mythplugins/mythplugins-mythzoneminder.install
@@ -0,0 +1,11 @@
+post_install() {
+ . /etc/systemconfig
+ if [ $SystemType = Master_backend -o $SystemType = Standalone ]
+ then
+ echo "This looks a zoneminder server install"
+ echo "Installing zoneminder"
+ #for reference the pacman statement below will not work because of a db lock.
+ pacman -S zoneminder
+ fi
+
+}