summarylogtreecommitdiffstats
path: root/brother-mfc-l2750dw.install
diff options
context:
space:
mode:
Diffstat (limited to 'brother-mfc-l2750dw.install')
-rw-r--r--brother-mfc-l2750dw.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/brother-mfc-l2750dw.install b/brother-mfc-l2750dw.install
new file mode 100644
index 000000000000..0d1bc1b7b7a7
--- /dev/null
+++ b/brother-mfc-l2750dw.install
@@ -0,0 +1,10 @@
+post_install() {
+ post_upgrade;
+}
+
+post_upgrade() {
+ echo "Restart CUPS (org.cups.cupsd.service) in order to load the new files."
+ echo "Register the new print at \"http://localhost:631/\"."
+ echo -e "\n To avoid errors like \"Unable to locate printer...\" when printing via network:"
+ echo " Add the printer with its socked address \"socket://<printer ip>:9100\""
+}