summarylogtreecommitdiffstats
path: root/tuxedo-control-center.install
blob: b6e3635fd83f05d8c211919a7e3926ed3416d8e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
  systemctl daemon-reload
  systemctl enable --now tccd
  systemctl enable --now tccd-sleep
}

post_upgrade() {
  post_install
}

pre_remove() {
  systemctl disable tccd
  systemctl disable tccd-sleep
}