summarylogtreecommitdiffstats
path: root/dcpj100.install
diff options
context:
space:
mode:
Diffstat (limited to 'dcpj100.install')
-rw-r--r--dcpj100.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/dcpj100.install b/dcpj100.install
new file mode 100644
index 000000000000..4fb97aaa339c
--- /dev/null
+++ b/dcpj100.install
@@ -0,0 +1,12 @@
+# new package version
+post_install() {
+cat <<-EndOfMessage
+ NOTE 1: Remember to add user to lp group using
+ gpasswd -a USER lp
+ NOTE 2: Remember to logout after adding groups
+ NOTE 3: Remember to execute as root the following executable:
+ /opt/brother/Printers/dcpj100/cupswrapper/cupswrapperdcpj100
+ NOTE 4: x86_64 users should also install 'lib32-libcups' package
+EndOfMessage
+}
+