summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-sysusers
blob: ea4729462eea30454f4cde58fed6f7f9f73fc1e9 (plain)
1
2
3
if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then
   systemd-sysusers --root="${DPKG_ROOT}/" #CONFILE_BASENAME#
fi