summarylogtreecommitdiffstats
path: root/.INSTALL
diff options
context:
space:
mode:
authormzz20172021-09-15 18:36:23 +0000
committermzz20172021-09-15 18:36:23 +0000
commit58382032e87fe3e9a082857e009e97d7fba7ce1b (patch)
tree40b6e20bacde36ca6af13b1e335711249c61e79d /.INSTALL
parent75312f108619368bd5426a46b75d24ba99d0433f (diff)
downloadaur-58382032e87fe3e9a082857e009e97d7fba7ce1b.tar.gz
release 1.5.3
Diffstat (limited to '.INSTALL')
-rwxr-xr-x.INSTALL4
1 files changed, 0 insertions, 4 deletions
diff --git a/.INSTALL b/.INSTALL
index 143ecc522d65..904e5f25b5c2 100755
--- 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