summarylogtreecommitdiffstats
path: root/tuxedo-control-center.install
diff options
context:
space:
mode:
authorSteven Seifried2020-06-19 19:22:26 +0200
committerSteven Seifried2020-06-19 19:22:26 +0200
commit933e60786bfd420230b7a5fc2434a6f25e410a84 (patch)
tree49fa9e4af4c33681037ae3afb080a7815eb0e1ca /tuxedo-control-center.install
parent30e8406f6f3536aec54e91cd2d2c238a62f182b8 (diff)
downloadaur-933e60786bfd420230b7a5fc2434a6f25e410a84.tar.gz
Update files
Diffstat (limited to 'tuxedo-control-center.install')
-rw-r--r--tuxedo-control-center.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/tuxedo-control-center.install b/tuxedo-control-center.install
new file mode 100644
index 000000000000..b6e3635fd83f
--- /dev/null
+++ b/tuxedo-control-center.install
@@ -0,0 +1,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
+} \ No newline at end of file