1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
MODEL=MFC7320 post_install() { /usr/share/brother/cupswrapper/cupswrapperMFC7320-2.0.2 -i& } post_upgrade() { /bin/true } pre_remove() { /usr/share/brother/cupswrapper/cupswrapperMFC7320-2.0.2 -e } op=$1 shift $op "$@"