summarylogtreecommitdiffstats
path: root/dell-unified-driver-scanner.install
blob: 628e443c4b4244caa23828d1c81b8adfb2cb134a (plain)
1
2
3
4
5
6
7
8
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
}