summarylogtreecommitdiffstats
path: root/brother-mfc-j450dw.install
diff options
context:
space:
mode:
authorDaniel Clarke2015-08-02 11:00:28 -0400
committerDaniel Clarke2015-08-02 11:00:28 -0400
commit32418762c8c58f7499a97618e7f0a63897ee4a92 (patch)
treef631ba36c62758d50621f81615be09daf4c72367 /brother-mfc-j450dw.install
downloadaur-32418762c8c58f7499a97618e7f0a63897ee4a92.tar.gz
Migration to aur4
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/"
+}