summarylogtreecommitdiffstats
path: root/brother-mfc-j470dw.install
diff options
context:
space:
mode:
authorChristoph Scholz2015-09-12 22:19:51 +0200
committerChristoph Scholz2015-09-12 22:19:51 +0200
commit27589b5af1c87ed4465a0338d47e7471e1af3012 (patch)
treeacc47661df5480566d1ca37032fbac1d3676026a /brother-mfc-j470dw.install
downloadaur-27589b5af1c87ed4465a0338d47e7471e1af3012.tar.gz
Initial import
Diffstat (limited to 'brother-mfc-j470dw.install')
-rwxr-xr-xbrother-mfc-j470dw.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/brother-mfc-j470dw.install b/brother-mfc-j470dw.install
new file mode 100755
index 000000000000..3ddb04120f84
--- /dev/null
+++ b/brother-mfc-j470dw.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/"
+}