summarylogtreecommitdiffstats
path: root/brother-dcp195c.install
blob: 9e108ebbe8fbaff87bd60b50019723bf4f45c5bd (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
	post_upgrade;
}

post_upgrade() {
echo "Restart CUPS to load the new files"
echo "You can now register your new printer using the web interface at:"
echo "  http://localhost:631/"

brprintconf_dcp195c -pt A4
}