aports/community/rutorrent/rutorrent.pre-install
2016-08-24 15:58:29 +00:00

6 lines
53 B
Bash

#!/bin/sh
addgroup -S rutorrent 2>/dev/null
exit 0