summarylogtreecommitdiffstats
path: root/dell-unified-driver-scanner.install
diff options
context:
space:
mode:
authorTyler Holinka2018-06-12 07:42:03 -0600
committerTyler Holinka2018-06-12 07:42:37 -0600
commit62f7d11d903c138132381725e2d824c04e130d57 (patch)
treec554b060f086e6f638ec77a18749511099556139 /dell-unified-driver-scanner.install
parentfec23ac28ca7fe8d8639ee3280204bc177c0d5c7 (diff)
downloadaur-62f7d11d903c138132381725e2d824c04e130d57.tar.gz
Rewrite into a similiar way the samsung-unified-driver is, and add
scanner support
Diffstat (limited to 'dell-unified-driver-scanner.install')
-rw-r--r--dell-unified-driver-scanner.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/dell-unified-driver-scanner.install b/dell-unified-driver-scanner.install
new file mode 100644
index 000000000000..628e443c4b42
--- /dev/null
+++ b/dell-unified-driver-scanner.install
@@ -0,0 +1,9 @@
+post_install() {
+ echo "> If \"scanimage -L\" returns \"No scanners were identified\" and your model number is in the description, try running \"sane-find-scanner\"."
+ echo "> If that finds your scanner, send the vendor= and product= to the maintainer of this package"
+ echo "> In the meantime, add it manually to \"/etc/sane.d/xerox_mfp.conf\""
+}
+
+post_upgrade() {
+ post_install
+}