#!/bin/sh

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

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

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