summarylogtreecommitdiffstats
path: root/dell-unified-driver-scanner.install
blob: 96f5344263765ec739b3816699f3cd088c859968 (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-smfp.conf\""
}

post_upgrade() {
    post_install
}