if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then
   if [ -x /usr/bin/systemd-sysusers ] && [ ! -e /etc/minsysusers.force ]; then
      systemd-sysusers ${DPKG_ROOT:+--root="$DPKG_ROOT"} #CONFILE_SYSUSERS#
   else
      /usr/sbin/minsysusers ${DPKG_ROOT:+--root="$DPKG_ROOT"} #CONFILE_SYSUSERS#
   fi
fi
