aboutsummaryrefslogtreecommitdiffstats
path: root/community/sword/sword.pre-install
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-11-22 15:35:03 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-11-22 15:35:03 +0000
commitd60d3052aea9b3155c7f426ed94a9519d5f9f374 (patch)
tree77585b919750ccb72fb7532d4e9938d51b98f03a /community/sword/sword.pre-install
parentbf9e945981a04cac944060f2d644d9d8ca216ae1 (diff)
downloadaports-d60d3052aea9b3155c7f426ed94a9519d5f9f374.tar.bz2
aports-d60d3052aea9b3155c7f426ed94a9519d5f9f374.tar.xz
community/sword: move to unmaintained
Diffstat (limited to 'community/sword/sword.pre-install')
-rwxr-xr-xcommunity/sword/sword.pre-install6
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