aboutsummaryrefslogtreecommitdiffstats
path: root/community/sword/sword.pre-install
blob: d8abdb59bfe302efb556f9033cb4b0ba94fa1614 (plain)
1
2
3
#!/bin/sh
echo "Adding 'sword' group for installing SWORD modules systemwide"
addgroup -S sword 2>/dev/null >&2 || true