summarylogtreecommitdiffstats
path: root/no-power-privileges.install
blob: 267a377cce625759829295a1083c8cfdb1af9f42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
restart_polkit() {
    systemctl restart polkit.service
}

post_install() {
    restart_polkit
}

post_upgrade() {
    restart_polkit
}

post_remove() {
    restart_polkit
}