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