summarylogtreecommitdiffstats
path: root/asus-nb-wmi-reload.install
blob: bde4451742712ff9311374ef183794f1eb200013 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
    printf "NOTE: You need manually enable the systemd service after install via command:\n"
    printf "sudo systemctl enable asus-nb-wmi-reload\n"
}


post_remove() {
    printf "NOTE: You need manually disable the systemd service after remove via command:\n"
    printf "sudo systemctl disable asus-nb-wmi-reload\n"
}