blob: 7dc1d6b93e4a1b0e9782fd75d96c73e94d094379 (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
echo "==============================================================================="
echo "* Do not use Canon-specific instructions for adding printers."
echo "* Do not use cnijusb to find the printer's path. The path given will not work."
echo "* Add the printer that points to 'usb:', not 'cnijusb:'"
echo "* Scanning also just works with 'scanimage'. 'scangearmp' is not needed."
echo "==============================================================================="
}
|