summarylogtreecommitdiffstats
path: root/brother-hll3270cdw.install
diff options
context:
space:
mode:
authorBen Westover2021-06-02 16:46:45 -0400
committerBen Westover2021-06-02 16:46:45 -0400
commitac7ccecab57e2a18a3664b524a4c0c3a547563fe (patch)
tree62be595f306c232aa0d4dc917d654756cc3be0ba /brother-hll3270cdw.install
downloadaur-ac7ccecab57e2a18a3664b524a4c0c3a547563fe.tar.gz
Initial Commit
Diffstat (limited to 'brother-hll3270cdw.install')
-rw-r--r--brother-hll3270cdw.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/brother-hll3270cdw.install b/brother-hll3270cdw.install
new file mode 100644
index 000000000000..374a38a451d4
--- /dev/null
+++ b/brother-hll3270cdw.install
@@ -0,0 +1,11 @@
+post_install() {
+ post_upgrade;
+}
+
+post_upgrade() {
+ echo "Restart CUPS (org.cups.cupsd.service) in order to load the new files."
+ echo "Register the new print at \"http://localhost:631/\"."
+ echo -e "\n To avoid errors like \"Unable to locate printer...\" when printing via network:"
+ echo " Add the printer with its socked address \"socket://<printer ip>:9100\""
+}
+