post_install () { # Create group systemd-sysusers rkt.conf systemd-tmpfiles --create rkt.conf } post_upgrade () { post_install "$@" } post_remove () { getent group rkt &>/dev/null && groupdel rkt &>/dev/null true } # vim:ts=2 sw=2 et ft=sh: