updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / brother-mfc-250c / brother-mfc-250c.install
blob6882a86fbfa3a6aecc2f5ebbbdc5e357d6b02660
1 post_install() {
2         post_upgrade;
5 post_upgrade() {
6         printf "\033[1m\033[32m\x3d\x3d\x3e\033\1330m Configuring to make the driver work...\n"
7         /usr/local/Brother/Printer/mfc250c/cupswrapper/cupswrappermfc250c >/dev/null
8         if [ "$?" -eq 0 ]; then
9                 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"
10         else
11                 printf "\033[1m\032[32m\x3d\x3d\x3e\033\1330m Something went wrong...\n"
12         fi