summarylogtreecommitdiffstats
path: root/brother-mfc-j415w.install
blob: 043c6e90c0255c99c712908f47d7dbc809705cde (plain)
1
2
3
4
5
6
7
8
9
10
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/"
}