summarylogtreecommitdiffstats
path: root/tuxedo-control-center-bin.install
diff options
context:
space:
mode:
Diffstat (limited to 'tuxedo-control-center-bin.install')
-rw-r--r--tuxedo-control-center-bin.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/tuxedo-control-center-bin.install b/tuxedo-control-center-bin.install
new file mode 100644
index 000000000000..b6e3635fd83f
--- /dev/null
+++ b/tuxedo-control-center-bin.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