blob: 45b3d739275693b14c521e24f7ac3b0977528271 (
plain)
1
2
3
4
5
6
7
8
9
|
post_install() {
echo "The ecbd.service must be running for Epson Printer Utility to work."
echo "Execute 'sudo systemctl enable --now ecbd.service' in a terminal."
}
post_upgrade() {
post_install
}
|