summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2021-05-12 19:53:39 +0200
committergrufo2021-05-12 19:53:39 +0200
commitca7d3479b8fe6f4e64f6e91c2e5ed419729bcb04 (patch)
treee8c0d7399ea420158eb59f643623a379de5ae5f4
parentcf88d7a3b486511aa500e102c855b8cf8b8031ba (diff)
downloadaur-ca7d3479b8fe6f4e64f6e91c2e5ed419729bcb04.tar.gz
hpuld.install: Added reminder about /etc/sane.d/dll.conf in `post_install()`
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--hpuld.install7
3 files changed, 9 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1553c77a8163..db865f23e376 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hpuld
pkgdesc = HP Unified Linux Driver
pkgver = 1.00.39.12_00.15
- pkgrel = 2
+ pkgrel = 3
url = https://support.hp.com/
install = hpuld.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index de15fac9aa6b..64be567a4fdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='hpuld'
pkgver='1.00.39.12_00.15'
-pkgrel=2
+pkgrel=3
pkgdesc='HP Unified Linux Driver'
arch=('i686' 'x86_64')
url='https://support.hp.com/'
diff --git a/hpuld.install b/hpuld.install
index abb0b8dab626..0720ad32c3c1 100644
--- a/hpuld.install
+++ b/hpuld.install
@@ -16,5 +16,12 @@ post_install() {
cat "${_LICENSE_PATH_}/eula.txt"
fi
+ echo
+ echo '----------------------------------------'
+ echo
+ echo 'If you want to use the scanner, make sure that the `smfp` backend is listed in'
+ echo '/etc/sane.d/dll.conf'
+ echo
+
}