diff options
Diffstat (limited to 'testing/sane/sane.install')
-rw-r--r-- | testing/sane/sane.install | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/sane/sane.install b/testing/sane/sane.install new file mode 100644 index 000000000..5ec361eea --- /dev/null +++ b/testing/sane/sane.install @@ -0,0 +1,7 @@ +post_install() { + /bin/cat <<THEEND +NOTE +---- +Add your user to group 'scanner' to use scanner devices. +THEEND +} |