aports/testing/sane/sane.pre-install
2016-12-23 10:38:38 +01:00

6 lines
51 B
Bash

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