summarylogtreecommitdiffstats
path: root/aurbot.install
blob: 7386991145f73e97a7342a48f98be1abef7b8239 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

## arg 1:  the new package version
post_install() {
  systemd-sysusers aurbot.conf
  systemd-tmpfiles --create aurbot.conf
}

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