summarylogtreecommitdiffstats
path: root/install
blob: eea168dc98edf8d879b32268d88ab2443c802df2 (plain)
1
2
3
4
5
6
7
post_install() {
    if [ $(systemctl is-active acpid) == "active" ]; then
        echo ""
        echo "[Note] acpid.service will need to be restarted for changes to take effect."
        echo ""
    fi
}