summarylogtreecommitdiffstats
path: root/dcpj100.install
blob: 4fb97aaa339cf6a9b9c32cf4f27ff94fee9c350d (plain)
1
2
3
4
5
6
7
8
9
10
11
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
}