diff options
Diffstat (limited to 'community/sword/sword.pre-install')
-rwxr-xr-x | community/sword/sword.pre-install | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/community/sword/sword.pre-install b/community/sword/sword.pre-install deleted file mode 100755 index 2ebce6d564..0000000000 --- a/community/sword/sword.pre-install +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -echo "Adding 'sword' group for installing SWORD modules systemwide" -addgroup -S sword 2>/dev/null - -exit 0 |