summarylogtreecommitdiffstats
path: root/brother-hl2170w.install
diff options
context:
space:
mode:
authorMark Mykkanen2016-02-18 14:40:43 -0600
committerMark Mykkanen2016-02-18 14:40:43 -0600
commit4634c994281d5aefc5afdae1cb41cef640745bd0 (patch)
tree22df07dce162e4ae30a22a7304c9ec4e1ad1b07c /brother-hl2170w.install
downloadaur-4634c994281d5aefc5afdae1cb41cef640745bd0.tar.gz
Initial import
Diffstat (limited to 'brother-hl2170w.install')
-rw-r--r--brother-hl2170w.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/brother-hl2170w.install b/brother-hl2170w.install
new file mode 100644
index 000000000000..3ddb04120f84
--- /dev/null
+++ b/brother-hl2170w.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/"
+}