summarylogtreecommitdiffstats
path: root/brother-mfc-l2680w.install
diff options
context:
space:
mode:
authorDillon Eastman2016-11-21 23:06:04 -0600
committerDillon Eastman2016-11-21 23:06:04 -0600
commite69eb157aea4292e522e101462271bf6a76a748a (patch)
treeb7f10588a3b3120caf8b378aa84a38708bf2b488 /brother-mfc-l2680w.install
downloadaur-brother-mfc-l2680w.tar.gz
initial adaptation of brother-mfc-l2700dw
Diffstat (limited to 'brother-mfc-l2680w.install')
-rw-r--r--brother-mfc-l2680w.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/brother-mfc-l2680w.install b/brother-mfc-l2680w.install
new file mode 100644
index 000000000000..3ddb04120f84
--- /dev/null
+++ b/brother-mfc-l2680w.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/"
+}