diff options
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 + |