summarylogtreecommitdiffstats
path: root/dell-unified-driver-scanner.install
diff options
context:
space:
mode:
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
+}