summarylogtreecommitdiffstats
path: root/brother-hl3040cn.install
diff options
context:
space:
mode:
Diffstat (limited to 'brother-hl3040cn.install')
-rw-r--r--brother-hl3040cn.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/brother-hl3040cn.install b/brother-hl3040cn.install
new file mode 100644
index 000000000000..da6c4b3980e4
--- /dev/null
+++ b/brother-hl3040cn.install
@@ -0,0 +1,14 @@
+post_install() {
+ post_upgrade;
+ echo "You can now register your new printer using the web interface at:"
+ echo " http://localhost:631/"
+}
+
+post_upgrade() {
+ systemctl restart org.cups.cupsd.service
+}
+
+post_remove() {
+ post_upgrade;
+}
+