summarylogtreecommitdiffstats
path: root/brother-ql1100nwb.install
diff options
context:
space:
mode:
Diffstat (limited to 'brother-ql1100nwb.install')
-rw-r--r--brother-ql1100nwb.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/brother-ql1100nwb.install b/brother-ql1100nwb.install
new file mode 100644
index 000000000000..8bd666ee98eb
--- /dev/null
+++ b/brother-ql1100nwb.install
@@ -0,0 +1,10 @@
+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/"
+}
+