mirror of
https://aur.archlinux.org/brother-mfc-9460cdn.git
synced 2025-04-22 02:42:09 +00:00
13 lines
388 B
Plaintext
13 lines
388 B
Plaintext
post_install() {
|
|
post_upgrade;
|
|
}
|
|
|
|
post_upgrade() {
|
|
/usr/local/Brother/Printer/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
|
|
}
|