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

post_upgrade() {
		/opt/brother/Printers/mfcj6580cdw/cupswrapper/cupswrappermfcj6580cdw >/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
}