post_remove() {
  cat <<END

>>> Optionally delete the adguardhome user and its home directory if you are
    certain no processes are running under it:
    rm -rf /var/lib/adguardhome

END
}

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