summarylogtreecommitdiffstats
path: root/brother-mfc-j460dw.install
diff options
context:
space:
mode:
Diffstat (limited to 'brother-mfc-j460dw.install')
-rwxr-xr-xbrother-mfc-j460dw.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/brother-mfc-j460dw.install b/brother-mfc-j460dw.install
new file mode 100755
index 000000000000..16e35a63d3dd
--- /dev/null
+++ b/brother-mfc-j460dw.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/"
+}