summarylogtreecommitdiffstats
path: root/kyocera-cups.install
blob: 48b3993bf5b0eaf546417b92b59f1db3a8a7c07d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
  echo "Restarting CUPS server"
  systemctl restart org.cups.cupsd.service
}

post_upgrade() {
  post_install
}

post_remove() {
  post_install
}