diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-24 15:58:29 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-24 15:58:29 +0000 |
commit | 07f036da43f6f5c372a3fdc0e67ee4535ef0125e (patch) | |
tree | 108cf04c89d1b0a5e5869cbba3397c8c8ae8cc82 /community/rutorrent/rutorrent.pre-install | |
parent | 27563f5bfee734648c82e9e9a8e19a7fe545e7fe (diff) | |
download | aports-07f036da43f6f5c372a3fdc0e67ee4535ef0125e.tar.bz2 aports-07f036da43f6f5c372a3fdc0e67ee4535ef0125e.tar.xz |
community/rutorrent: moved from testing
Diffstat (limited to 'community/rutorrent/rutorrent.pre-install')
-rw-r--r-- | community/rutorrent/rutorrent.pre-install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/community/rutorrent/rutorrent.pre-install b/community/rutorrent/rutorrent.pre-install new file mode 100644 index 0000000000..2c539f62fd --- /dev/null +++ b/community/rutorrent/rutorrent.pre-install @@ -0,0 +1,5 @@ +#!/bin/sh + +addgroup -S rutorrent 2>/dev/null + +exit 0 |