aports/misc-tools/abuild/abuild.pre-install

6 lines
50 B
Bash

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