summarylogtreecommitdiffstats
path: root/brother-hl3040cn.install
blob: da6c4b3980e46778f5fcafa5f4f89dfb12fc4e91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
	post_upgrade;
	echo "You can now register your new printer using the web interface at:"
	echo "  http://localhost:631/"
}

post_upgrade() {
	systemctl restart org.cups.cupsd.service
}

post_remove() {
	post_upgrade;
}