summaryrefslogtreecommitdiffstats
path: root/abs/core
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core')
-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
}