summaryrefslogtreecommitdiff
path: root/libre/lirc-libre/lirc-utils.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-10-04 13:58:22 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-10-04 13:58:22 -0300
commitdf01a0e41c2338654de4b9cfcd9bb93222391455 (patch)
treef7768bc6e0a78e8762eabfc34edf0badb534196d /libre/lirc-libre/lirc-utils.install
parentec9cdedd818fc5450a1f039298a1318ac8c53c94 (diff)
downloadabslibre-df01a0e41c2338654de4b9cfcd9bb93222391455.tar.gz
abslibre-df01a0e41c2338654de4b9cfcd9bb93222391455.tar.bz2
abslibre-df01a0e41c2338654de4b9cfcd9bb93222391455.zip
lirc-libre-1:0.9.0-28: updating revision (adding systemd units)
Diffstat (limited to 'libre/lirc-libre/lirc-utils.install')
-rw-r--r--libre/lirc-libre/lirc-utils.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/libre/lirc-libre/lirc-utils.install b/libre/lirc-libre/lirc-utils.install
new file mode 100644
index 000000000..293d1ed7c
--- /dev/null
+++ b/libre/lirc-libre/lirc-utils.install
@@ -0,0 +1,7 @@
+post_install() {
+ systemd-tmpfiles --create lirc.conf
+}
+
+post_upgrade() {
+ post_install
+}