diff options
author | Francesco Colista <francesco.colista@gmail.com> | 2012-12-24 12:21:13 +0000 |
---|---|---|
committer | Francesco Colista <francesco.colista@gmail.com> | 2012-12-24 12:21:13 +0000 |
commit | bd023fa429a785773bb0e55732590e79e74ad2e7 (patch) | |
tree | 3417ffdddb3ab8394f1bc1c3f2d3367d974ae4b0 /testing/rutorrent/rutorrent.pre-install | |
parent | 3a6898cfc8ab0162e868bf1892ab4f2e4fa9ae5f (diff) | |
download | aports-bd023fa429a785773bb0e55732590e79e74ad2e7.tar.bz2 aports-bd023fa429a785773bb0e55732590e79e74ad2e7.tar.xz |
testing/rutorrent: new aport. Fixes #1466
Diffstat (limited to 'testing/rutorrent/rutorrent.pre-install')
-rw-r--r-- | testing/rutorrent/rutorrent.pre-install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/rutorrent/rutorrent.pre-install b/testing/rutorrent/rutorrent.pre-install new file mode 100644 index 0000000000..2d0c909c31 --- /dev/null +++ b/testing/rutorrent/rutorrent.pre-install @@ -0,0 +1,4 @@ +#!/bin/sh +addgroup rutorrent 2>/dev/null +exit 0 + |