summarylogtreecommitdiffstats
path: root/watchman.install
diff options
context:
space:
mode:
authorCarl Smedstad2023-03-12 00:25:08 +0100
committerCarl Smedstad2023-03-12 02:15:25 +0100
commit56c19c61cd92ca18f7c3a5b4e598fd7ce05357c1 (patch)
tree7c2a9f3badc244923d62120254b8a3ccecb668c6 /watchman.install
parentca8dffbadffa0686222d8c1fff6b37130094c19b (diff)
downloadaur-56c19c61cd92ca18f7c3a5b4e598fd7ce05357c1.tar.gz
Take over maintenance and publish version 2023.03.06.00
Inspired by https://github.com/Xinkai/watchman-PKGBUILDs.
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: