summarylogtreecommitdiffstats
path: root/watchman.install
diff options
context:
space:
mode:
Diffstat (limited to 'watchman.install')
-rw-r--r--watchman.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/watchman.install b/watchman.install
deleted file mode 100644
index 1bde732dde25..000000000000
--- a/watchman.install
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-post_install() {
- systemd-tmpfiles --create watchman.conf
-}
-
-post_upgrade() {
- systemd-tmpfiles --create watchman.conf
-}
-
-# vim:set ts=2 sw=2 et: