projects
/
anytun.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Bump standards version to 3.9.2
[anytun.git]
/
debian
/
postinst
1
#!/bin/sh
2
# postinst script for anytun
3
4
set -e
5
6
if [ -x "/etc/init.d/anytun" ]; then
7
update-rc.d anytun defaults >/dev/null
8
fi
9
10
if [ "$1" = "configure" ]; then
11
adduser --quiet --system --group --no-create-home --home /var/run/anytun anytun
12
fi