summarylogtreecommitdiffstats
path: root/brother-mfc7320-cups.install
diff options
context:
space:
mode:
Diffstat (limited to 'brother-mfc7320-cups.install')
-rw-r--r--brother-mfc7320-cups.install20
1 files changed, 20 insertions, 0 deletions
diff --git a/brother-mfc7320-cups.install b/brother-mfc7320-cups.install
new file mode 100644
index 000000000000..8f3ddb96bd8b
--- /dev/null
+++ b/brother-mfc7320-cups.install
@@ -0,0 +1,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 "$@"
+