summarylogtreecommitdiffstats
path: root/asusctl.install
diff options
context:
space:
mode:
Diffstat (limited to 'asusctl.install')
-rw-r--r--asusctl.install6
1 files changed, 0 insertions, 6 deletions
diff --git a/asusctl.install b/asusctl.install
index 5805afd01d24..c1406eaefc2e 100644
--- a/asusctl.install
+++ b/asusctl.install
@@ -5,11 +5,5 @@ post_upgrade() {
systemctl daemon-reload
systemctl restart asusd.service
fi
- if [ $(systemctl is-active asusd-nohwdep.service) == "active" ]
- then
- printf ":: asusd is running, and requires a restart of the serviceā€¦\n"
- systemctl daemon-reload
- systemctl restart asusd-nohwdep.service
- fi
}