summarylogtreecommitdiffstats
path: root/airtime.install
diff options
context:
space:
mode:
authorM0Rf302016-11-04 17:01:32 +0100
committerM0Rf302016-11-04 17:01:32 +0100
commit8d5c407860ca6ab052b3b94c45fc0b90f8cd8c05 (patch)
tree1cf1e91c6d4d643fad128a3cd52b024da2670e52 /airtime.install
downloadaur-8d5c407860ca6ab052b3b94c45fc0b90f8cd8c05.tar.gz
updated
Diffstat (limited to 'airtime.install')
-rw-r--r--airtime.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/airtime.install b/airtime.install
new file mode 100644
index 000000000000..8c92661a4f79
--- /dev/null
+++ b/airtime.install
@@ -0,0 +1,11 @@
+post_install() {
+ if type -P systemd-tmpfiles &> /dev/null; then
+ systemd-tmpfiles --create airtime.conf
+ fi
+}
+
+post_upgrade() {
+ if type -P systemd-tmpfiles &> /dev/null; then
+ systemd-tmpfiles --create airtime.conf
+ fi
+}