summarylogtreecommitdiffstats
path: root/brother-mfc-l2720dw.install
diff options
context:
space:
mode:
authordw2015-08-05 13:08:42 +0200
committerdw2015-08-05 13:08:42 +0200
commitd017b797878f65faac457038f7846103db7343c2 (patch)
tree17a42e5d20769c0a7493c98184fafe5025387276 /brother-mfc-l2720dw.install
parent62552e4407216ee7f37728ac665fd03033e52b38 (diff)
downloadaur-brother-mfc-l2720dw.tar.gz
Added .install script
Diffstat (limited to 'brother-mfc-l2720dw.install')
-rw-r--r--brother-mfc-l2720dw.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/brother-mfc-l2720dw.install b/brother-mfc-l2720dw.install
new file mode 100644
index 000000000000..93fc2470bf61
--- /dev/null
+++ b/brother-mfc-l2720dw.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 wifi:"
+ echo " Add the printer with its socked address \"socket://<printer ip>:9100\""
+}