Add postinst to create account
This commit is contained in:
parent
c98a873aad
commit
5bf57f07cc
2
debian/postinst.ex → debian/postinst
vendored
2
debian/postinst.ex → debian/postinst
vendored
|
@ -31,6 +31,8 @@ case "$1" in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
adduser --system --group --no-create-home --home=/var/lib/adsms --quiet adsms
|
||||||
|
|
||||||
# dh_installdeb will replace this with shell code automatically
|
# dh_installdeb will replace this with shell code automatically
|
||||||
# generated by other debhelper scripts.
|
# generated by other debhelper scripts.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user