summarylogtreecommitdiffstats
path: root/roger-router.install
blob: 6bef750863283045d177065cdad772660c031b95 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
	echo To add the fax printer install cups and run the following command:
	echo
	echo "  lpadmin -p Roger-Router-Fax -m drv:///sample.drv/generic.ppd -v socket://localhost:9100/ -E -o PageSize=A4"
}

post_upgrade() {
	post_install
}