summarylogtreecommitdiffstats
path: root/.INSTALL
diff options
context:
space:
mode:
Diffstat (limited to '.INSTALL')
-rw-r--r--.INSTALL4
1 files changed, 0 insertions, 4 deletions
diff --git a/.INSTALL b/.INSTALL
index 143ecc522d65..904e5f25b5c2 100644
--- a/.INSTALL
+++ b/.INSTALL
@@ -1,8 +1,6 @@
#!/bin/sh
post_install() {
- systemctl daemon-reload
-
ECHOLEN=$(echo -e|awk '{print length($0)}')
if [ ${ECHOLEN} = '0' ]
then
@@ -16,8 +14,6 @@ post_install() {
}
post_upgrade() {
- systemctl daemon-reload
-
ECHOLEN=$(echo -e|awk '{print length($0)}')
if [ ${ECHOLEN} = '0' ]
then