summarylogtreecommitdiffstats
path: root/brother-ql600.install
diff options
context:
space:
mode:
Diffstat (limited to 'brother-ql600.install')
-rw-r--r--brother-ql600.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/brother-ql600.install b/brother-ql600.install
new file mode 100644
index 000000000000..ccdfe0188c21
--- /dev/null
+++ b/brother-ql600.install
@@ -0,0 +1,8 @@
+post_install() {
+ post_upgrade;
+}
+
+post_upgrade() {
+ echo "Restart CUPS to load the new files"
+ echo "You can then register your printer, e.g. using the web interface"
+}