]> www.average.org Git - loctrkd.git/blob - debian/postinst
some cleanup of debianization
[loctrkd.git] / debian / postinst
1 #!/bin/sh
2
3 set -e
4 adduser --system --group --home /var/lib/gps303 gps303
5
6 #DEBHELPER#
7
8 exit 0