summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-0.27/mythplugins/mythplugins-mythzoneminder.install
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2013-11-04 19:37:41 (GMT)
committerBritney Fransen <brfransen@gmail.com>2013-11-04 19:37:41 (GMT)
commit0ee10561176bb5a98daeef6ffcd1d3b49e65aadb (patch)
treec0311125d3fd8a977a15bc05aceddfbed367f99c /abs/core/mythtv/stable-0.27/mythplugins/mythplugins-mythzoneminder.install
parent570a8e42684f542d6deceffd59c4eca234ffabc7 (diff)
downloadlinhes_pkgbuild-0ee10561176bb5a98daeef6ffcd1d3b49e65aadb.zip
linhes_pkgbuild-0ee10561176bb5a98daeef6ffcd1d3b49e65aadb.tar.gz
linhes_pkgbuild-0ee10561176bb5a98daeef6ffcd1d3b49e65aadb.tar.bz2
mythtv stable-0.27 mythplugins: initial commit. refs #933
Diffstat (limited to 'abs/core/mythtv/stable-0.27/mythplugins/mythplugins-mythzoneminder.install')
-rw-r--r--abs/core/mythtv/stable-0.27/mythplugins/mythplugins-mythzoneminder.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/core/mythtv/stable-0.27/mythplugins/mythplugins-mythzoneminder.install b/abs/core/mythtv/stable-0.27/mythplugins/mythplugins-mythzoneminder.install
new file mode 100644
index 0000000..a4e0c0d
--- /dev/null
+++ b/abs/core/mythtv/stable-0.27/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
+
+}