summarylogtreecommitdiffstats
path: root/asus-nb-wmi-reload.install
diff options
context:
space:
mode:
authorFadeMind2016-06-02 21:19:13 +0200
committerFadeMind2016-06-02 21:19:13 +0200
commit31c7d84fedc69a066b6262214dec94a81e5f23ef (patch)
tree2936737fb674a0281481e4cd8a6e958dec4062a5 /asus-nb-wmi-reload.install
parent49839cfac40f8771f867b53a2ec65c1d7d145558 (diff)
downloadaur-31c7d84fedc69a066b6262214dec94a81e5f23ef.tar.gz
update
Diffstat (limited to 'asus-nb-wmi-reload.install')
-rw-r--r--asus-nb-wmi-reload.install7
1 files changed, 5 insertions, 2 deletions
diff --git a/asus-nb-wmi-reload.install b/asus-nb-wmi-reload.install
index bde445174271..cc2bf5795e3c 100644
--- a/asus-nb-wmi-reload.install
+++ b/asus-nb-wmi-reload.install
@@ -1,10 +1,13 @@
post_install() {
- printf "NOTE: You need manually enable the systemd service after install via command:\n"
+ printf "NOTE: You need manually enable the systemd services after install via commands:\n"
printf "sudo systemctl enable asus-nb-wmi-reload\n"
}
+post_upgrade() {
+ post_install %1
+}
post_remove() {
- printf "NOTE: You need manually disable the systemd service after remove via command:\n"
+ printf "NOTE: You need manually disable the systemd services after remove via commands:\n"
printf "sudo systemctl disable asus-nb-wmi-reload\n"
}