Skip to content

Commit

Permalink
#1521: apparently, this will tell debhelper to enable the units
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@16051 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jun 12, 2017
1 parent 6030515 commit 8b5611b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

set -e

#DEBHELPER#

SERVER_GROUP="xpra"
if ! getent group $SERVER_GROUP >/dev/null; then
echo -n "Adding group $SERVER_GROUP.."
Expand Down

0 comments on commit 8b5611b

Please sign in to comment.