1 2 3 4 5 6 7 8 9 10 11
#/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: