blob: c8fc1cac172ad9ec11fa55c8edfae340f172d88c (
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/dcpj105/cupswrapper/cupswrapperdcpj105
NOTE 4: x86_64 users should also install 'lib32-libcups' package
EndOfMessage
}
|