Skip to content
archivetools.install 173 B
Newer Older
Seblu's avatar
Seblu committed
#/bin/bash

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

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