summaryrefslogtreecommitdiff
path: root/staging/sane/sane.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-06-14 00:01:48 +0000
committerroot <root@rshg054.dnsready.net>2012-06-14 00:01:48 +0000
commit35c30674b2b901077a809a6f1d8e5a0115098c8b (patch)
treebac1c7d0c5b1651fef436eb13be31506b5aa60b1 /staging/sane/sane.install
parentf46e734fbcd0b4cbae2cff1a017b95e4e8e02d53 (diff)
Thu Jun 14 00:01:48 UTC 2012
Diffstat (limited to 'staging/sane/sane.install')
-rw-r--r--staging/sane/sane.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/staging/sane/sane.install b/staging/sane/sane.install
new file mode 100644
index 000000000..5ec361eea
--- /dev/null
+++ b/staging/sane/sane.install
@@ -0,0 +1,7 @@
+post_install() {
+ /bin/cat <<THEEND
+NOTE
+----
+Add your user to group 'scanner' to use scanner devices.
+THEEND
+}