#!/bin/sh

echo "Adding 'sword' group for installing SWORD modules systemwide"
addgroup -S sword 2>/dev/null

exit 0
