summarylogtreecommitdiffstats
path: root/brother-ql600.install
diff options
context:
space:
mode:
authorJohn Hamelink2020-09-15 15:00:01 +0100
committerJohn Hamelink2020-09-15 15:00:01 +0100
commit73c716962a23719c7139b04c443bbef2ae9d0d7f (patch)
treec3cd95517c6560edaa906daae559fcc018cddf41 /brother-ql600.install
downloadaur-73c716962a23719c7139b04c443bbef2ae9d0d7f.tar.gz
Initial Commit
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"
+}