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