summarylogtreecommitdiffstats
path: root/oki-c610.install
blob: 447f9847ae769b3a98a741a935f8a5603b88fe33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
  systemctl reload-or-restart cups
}

post_upgrade() {
  systemctl reload-or-restart cups
}

post_remove() {
  systemctl reload-or-restart cups
}