summaryrefslogtreecommitdiff
path: root/debian/vanity.postinst
blob: c6f9abab6f8d571c96e1d08d2e3350e1be1749c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
# postinst script for vanity

set -e

if [ "$1" = "configure" ]; then
  adduser --quiet --system --group --no-create-home --home /var/lib/vanity vanity
fi

#DEBHELPER#

exit 0