c-icap.install 122 B

123456789
  1. post_upgrade() {
  2. systemd-sysusers c-icap.conf
  3. systemd-tmpfiles --create c-icap.conf
  4. }
  5. post_install() {
  6. post_upgrade
  7. }