summarylogtreecommitdiffstats
path: root/brother-mfc-l2700dw.install
diff options
context:
space:
mode:
authorstefano2015-07-01 01:22:26 +0200
committerstefano2015-07-01 01:22:26 +0200
commit464c119f5c13728787d778a00f4d5a5e30aa93f3 (patch)
treec3d5dd67706f2f5c32e744c7d5f3776dcae00ec6 /brother-mfc-l2700dw.install
downloadaur-464c119f5c13728787d778a00f4d5a5e30aa93f3.tar.gz
brother-mfc-l2700dw
Diffstat (limited to 'brother-mfc-l2700dw.install')
-rw-r--r--brother-mfc-l2700dw.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/brother-mfc-l2700dw.install b/brother-mfc-l2700dw.install
new file mode 100644
index 000000000000..3ddb04120f84
--- /dev/null
+++ b/brother-mfc-l2700dw.install
@@ -0,0 +1,9 @@
+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/"
+}