summarylogtreecommitdiffstats
path: root/brother-dcp-9270cdn.install
blob: 541f663346ba4c88117016eae6b6a5e3cb9534e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
	post_upgrade;
}

post_upgrade() {
	/usr/local/Brother/Printer/dcp9270cdn/cupswrapper/cupswrapperdcp9270cdn >/dev/null
	if [ "$?" -eq 0 ]; then
		printf "\033[1m\033[32m\x3d\x3d\x3e\033\1330m Done. The printer should be visible now via the CUPS-webinterface (http://localhost:631)\n"
	else
		printf "\033[1m\032[32m\x3d\x3d\x3e\033\1330m Something went wrong...\n"
	fi
}