blob: 3334045385a19eb0ae0bbcccead9f8e8ac5a5217 (
plain)
1
2
3
4
5
6
7
8
9
|
post_install() {
/opt/brother/Printers/dcpt310/cupswrapper/cupswrapperdcpt310
systemctl restart cups
}
pre_remove() {
/opt/brother/Printers/dcpt310/cupswrapper/cupswrapperdcpt310 -e
}
|