diff options
author | Britney Fransen <brfransen@gmail.com> | 2019-01-30 15:48:09 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2019-01-30 15:48:09 (GMT) |
commit | fb52b64b5af9edfe83c361916a51c28d802b1d36 (patch) | |
tree | 7f6d8c693a47eb3ab348e45785c61a9199ee277e /abs/core/mythtv/stable-30/mythplugins/mythplugins-mythzoneminder.install | |
parent | 9b6c8730fe90c05fa38880963f4fea2ac7ab7391 (diff) | |
download | linhes_pkgbuild-fb52b64b5af9edfe83c361916a51c28d802b1d36.zip linhes_pkgbuild-fb52b64b5af9edfe83c361916a51c28d802b1d36.tar.gz linhes_pkgbuild-fb52b64b5af9edfe83c361916a51c28d802b1d36.tar.bz2 |
mythtv mythplugins mythweb: add fixes/30 branch. refs#1034
Diffstat (limited to 'abs/core/mythtv/stable-30/mythplugins/mythplugins-mythzoneminder.install')
-rw-r--r-- | abs/core/mythtv/stable-30/mythplugins/mythplugins-mythzoneminder.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/core/mythtv/stable-30/mythplugins/mythplugins-mythzoneminder.install b/abs/core/mythtv/stable-30/mythplugins/mythplugins-mythzoneminder.install new file mode 100644 index 0000000..a4e0c0d --- /dev/null +++ b/abs/core/mythtv/stable-30/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 + +} |