Skip to content
aurbot.install 169 B
Newer Older
Seblu's avatar
Seblu committed
#!/bin/bash

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

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