summarylogtreecommitdiffstats
path: root/watchman.install
blob: 1bde732dde25fd03ee9dc5d0a28f2a307f63e4e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

post_install() {
  systemd-tmpfiles --create watchman.conf
}

post_upgrade() {
  systemd-tmpfiles --create watchman.conf
}

# vim:set ts=2 sw=2 et: