Add postinst to create account

This commit is contained in:
Samuel Sloniker 2023-05-09 11:46:08 -07:00
parent c98a873aad
commit 5bf57f07cc

View File

@ -31,6 +31,8 @@ case "$1" in
;;
esac
adduser --system --group --no-create-home --home=/var/lib/adsms --quiet adsms
# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.