updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / brother-mfc-j265w / brother-mfc-j265w.install
blob5fc23a273a20457ac657d9bda55ff9610e8657fd
1 post_install() {
2         post_upgrade;
5 post_upgrade() {
6         /usr/local/Brother/Printer/mfcj265w/cupswrapper/cupswrappermfcj265w >/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