updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / brother-mfc-j6510dw / brother-mfc-j6510dw.install
blobec654c67a6b3647eeb3c20c44749a60c4f9dd44c
1 post_install() {
2         post_upgrade;
5 post_upgrade() {
6         /opt/brother/Printers/mfcj6510dw/cupswrapper/cupswrappermfcj6510dw >/dev/null
7         if [ "$?" -eq 0 ]; then
8                 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"
9         else
10                 printf "\033[1m\032[32m\x3d\x3d\x3e\033\1330m Something went wrong...\n"
11         fi