提交 cf3bfe79 编写于 作者: S Simon Fels

debian: add postinst script to configure sub UID/GID

上级 2a38031c
#!/bin/sh
# postinst script for anbox
#
# see: dh_installdeb(1)
case "$1" in
configure)
usermod --add-subuids 100000-65536 phablet
usermod --add-subgids 100000-65536 phablet
;;
abort-upgrade|abort-remove|abort-deconfigure)
;;
*)
echo "postinst called with unknown argument \`$1'" >&2
exit 1
;;
esac
# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.
#DEBHELPER#
exit 0
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册