summarylogtreecommitdiffstats
path: root/canon_mx510.install
blob: 0062cc0e8a4907edab47b9009efdbc2b7fedc383 (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 MX510 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
}