summarylogtreecommitdiffstats
path: root/canon_mx410.install
blob: 6958751f2c465918daf0ef4b73f290d3cb6e54a6 (plain)
1
2
3
4
5
6
7
8
9
10
post_install(){
    cfg_msg
}
post_upgrade(){
    cfg_msg
}
cfg_msg(){
        echo -e "\n\tDriver files for Canon MX410 have been installed/updated."
        echo -e "\n\\tNow you can use the provided PPD file to configure your printer in CUPS and/or use 'scangearmp' to scan.\n\n" >&2
}