summarylogtreecommitdiffstats
path: root/brother-mfc-j497dw.install
diff options
context:
space:
mode:
Diffstat (limited to 'brother-mfc-j497dw.install')
-rw-r--r--brother-mfc-j497dw.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/brother-mfc-j497dw.install b/brother-mfc-j497dw.install
new file mode 100644
index 000000000000..0d4a23db3be8
--- /dev/null
+++ b/brother-mfc-j497dw.install
@@ -0,0 +1,12 @@
+post_install() {
+ post_upgrade;
+}
+
+post_upgrade() {
+ echo "Restart CUPS to load the new files"
+ echo "You can now register your new printer using the web interface at:"
+ echo " http://localhost:631/"
+ echo "To print over wireless, choose the 'LPD/LPR Host or Printer' protocol"
+ echo "when adding the printer, and use the following connection:"
+ echo " lpd://ipaddress/queue"
+}