summarylogtreecommitdiffstats
path: root/watchman.install
diff options
context:
space:
mode:
authorJosé Luis Lafuente2015-12-12 17:59:11 +0100
committerJosé Luis Lafuente2015-12-12 17:59:11 +0100
commit13546ca83b71408f86440f5e5566a10d74bbe6b5 (patch)
tree610250ee71aaca4b8989e7958822e19153d244bb /watchman.install
parent60283dfe436cbbb82e380c5f8e05a94502709d05 (diff)
downloadaur-13546ca83b71408f86440f5e5566a10d74bbe6b5.tar.gz
Update to 4.2.0-2
Diffstat (limited to 'watchman.install')
-rw-r--r--watchman.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/watchman.install b/watchman.install
new file mode 100644
index 000000000000..1bde732dde25
--- /dev/null
+++ b/watchman.install
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+post_install() {
+ systemd-tmpfiles --create watchman.conf
+}
+
+post_upgrade() {
+ systemd-tmpfiles --create watchman.conf
+}
+
+# vim:set ts=2 sw=2 et: