summarylogtreecommitdiffstats
path: root/brother-mfc-440cn.install
diff options
context:
space:
mode:
Diffstat (limited to 'brother-mfc-440cn.install')
-rw-r--r--brother-mfc-440cn.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/brother-mfc-440cn.install b/brother-mfc-440cn.install
new file mode 100644
index 000000000000..2febcf731ed3
--- /dev/null
+++ b/brother-mfc-440cn.install
@@ -0,0 +1,10 @@
+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 "For network printers, use lpd://<printer_ip>/binary_p1"
+}