summarylogtreecommitdiffstats
path: root/brother-mfc-9970cdw.install
diff options
context:
space:
mode:
authornic962016-04-13 13:13:29 -0600
committernic962016-04-13 13:13:29 -0600
commit15a8f1e208d5fba0477ed778b454cb95a8ee4a3c (patch)
tree8c465ccc4158801a9a4ae02b1df3cf5a91aa4ea7 /brother-mfc-9970cdw.install
downloadaur-15a8f1e208d5fba0477ed778b454cb95a8ee4a3c.tar.gz
copied from old aur
Diffstat (limited to 'brother-mfc-9970cdw.install')
-rw-r--r--brother-mfc-9970cdw.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/brother-mfc-9970cdw.install b/brother-mfc-9970cdw.install
new file mode 100644
index 000000000000..3ddb04120f84
--- /dev/null
+++ b/brother-mfc-9970cdw.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/"
+}