summarylogtreecommitdiffstats
path: root/asus-nb-wmi-reload.install
blob: cc2bf5795e3ca16889a756ee0d09e0970e00c589 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
    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 services after remove via commands:\n"
    printf "sudo systemctl disable asus-nb-wmi-reload\n"
}