summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-0.25/mythplugins/mythplugins-mythzoneminder.install
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2014-10-02 13:19:45 (GMT)
committerBritney Fransen <brfransen@gmail.com>2014-10-02 13:19:45 (GMT)
commit115cadecb464d5fd48af6ddb56774bae80cc4b59 (patch)
tree309e457c09a6f3277e103d4a433198a0ceec06c4 /abs/core/mythtv/stable-0.25/mythplugins/mythplugins-mythzoneminder.install
parentf4369a17f28692e42ef8264f5850d4a4a0d15aaf (diff)
downloadlinhes_pkgbuild-115cadecb464d5fd48af6ddb56774bae80cc4b59.zip
linhes_pkgbuild-115cadecb464d5fd48af6ddb56774bae80cc4b59.tar.gz
linhes_pkgbuild-115cadecb464d5fd48af6ddb56774bae80cc4b59.tar.bz2
mythtv: remove old stable-0.25
Diffstat (limited to 'abs/core/mythtv/stable-0.25/mythplugins/mythplugins-mythzoneminder.install')
-rw-r--r--abs/core/mythtv/stable-0.25/mythplugins/mythplugins-mythzoneminder.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/abs/core/mythtv/stable-0.25/mythplugins/mythplugins-mythzoneminder.install b/abs/core/mythtv/stable-0.25/mythplugins/mythplugins-mythzoneminder.install
deleted file mode 100644
index a4e0c0d..0000000
--- a/abs/core/mythtv/stable-0.25/mythplugins/mythplugins-mythzoneminder.install
+++ /dev/null
@@ -1,11 +0,0 @@
-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
-
-}