Modified dno's brother-mfc-j625dw for the MFC 9460cdn

This commit is contained in:
Seylerius
2016-11-22 13:34:21 -08:00
commit 67a531d7ef
3 changed files with 73 additions and 0 deletions

View File

@ -0,0 +1,12 @@
post_install() {
post_upgrade;
}
post_upgrade() {
/opt/brother/Printers/mfc9460cdn/cupswrapper/cupswrappermfc9460cdn >/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
}