diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-22 15:35:03 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-22 15:35:03 +0000 |
commit | d60d3052aea9b3155c7f426ed94a9519d5f9f374 (patch) | |
tree | 77585b919750ccb72fb7532d4e9938d51b98f03a /unmaintained/sword/sword.pre-install | |
parent | bf9e945981a04cac944060f2d644d9d8ca216ae1 (diff) | |
download | aports-d60d3052aea9b3155c7f426ed94a9519d5f9f374.tar.bz2 aports-d60d3052aea9b3155c7f426ed94a9519d5f9f374.tar.xz |
community/sword: move to unmaintained
Diffstat (limited to 'unmaintained/sword/sword.pre-install')
-rwxr-xr-x | unmaintained/sword/sword.pre-install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/unmaintained/sword/sword.pre-install b/unmaintained/sword/sword.pre-install new file mode 100755 index 0000000000..2ebce6d564 --- /dev/null +++ b/unmaintained/sword/sword.pre-install @@ -0,0 +1,6 @@ +#!/bin/sh + +echo "Adding 'sword' group for installing SWORD modules systemwide" +addgroup -S sword 2>/dev/null + +exit 0 |