summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2020-07-01 19:37:17 (GMT)
committerBritney Fransen <brfransen@gmail.com>2020-07-01 19:37:17 (GMT)
commitcad3e735f2af8eb22f7b9e37e977558ca39c409d (patch)
tree196618bf1eefda4416316ae2badc9df30ab45eae /abs/core/LinHES-system
parent15100dde98b146bda93ddb4987477407e7d9b7ac (diff)
downloadlinhes_pkgbuild-cad3e735f2af8eb22f7b9e37e977558ca39c409d.zip
linhes_pkgbuild-cad3e735f2af8eb22f7b9e37e977558ca39c409d.tar.gz
linhes_pkgbuild-cad3e735f2af8eb22f7b9e37e977558ca39c409d.tar.bz2
LinHES-system: system.install: don't run mythwelcome-config.py on install
Diffstat (limited to 'abs/core/LinHES-system')
-rwxr-xr-xabs/core/LinHES-system/PKGBUILD2
-rw-r--r--abs/core/LinHES-system/system.install3
2 files changed, 1 insertions, 4 deletions
diff --git a/abs/core/LinHES-system/PKGBUILD b/abs/core/LinHES-system/PKGBUILD
index f95e899..2b769d3 100755
--- a/abs/core/LinHES-system/PKGBUILD
+++ b/abs/core/LinHES-system/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=LinHES-system
pkgver=8.7.0
-pkgrel=1
+pkgrel=2
arch=('x86_64')
install=system.install
pkgdesc="Everything that makes LinHES an automated system"
diff --git a/abs/core/LinHES-system/system.install b/abs/core/LinHES-system/system.install
index 558a52a..e0fe68b 100644
--- a/abs/core/LinHES-system/system.install
+++ b/abs/core/LinHES-system/system.install
@@ -13,9 +13,6 @@ post_install() {
rm -f /etc/cron.daily/myth_mtc
fi
- #run mythwelcome-config.py to update shutdown check to use idle.py
- /usr/LH/bin/mythwelcome-config.py
-
sv restart msg_daemon
}