aports/testing/sword/sword.pre-install
Isaac Dunham 901c2c595c testing/sword: add sword group for installing modules systemwide.
installmgr was trying to install into /usr/share/sword without permissions,
resulting in great confusion.
This change lets all members of the 'sword' group install modules systemwide.
2014-07-24 14:06:12 +00:00

4 lines
117 B
Bash
Executable File

#!/bin/sh
echo "Adding 'sword' group for installing SWORD modules systemwide"
addgroup sword 2>/dev/null >&2 || true