#/bin/bash

# arg 1:  the new package version
post_install() {
  # https://wiki.archlinux.org/index.php/DeveloperWiki:UID_/_GID_Database
  systemd-sysusers lldpd.conf
  systemd-tmpfiles --create lldpd.conf
  true
}

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