summaryrefslogtreecommitdiff
path: root/pcr/espcr/escpr.install
blob: 92b144ce14bb3d72838618d16d9b11ff48c0760f (plain)
1
2
3
4
5
6
7
8
post_install() {
 echo ">>Please restart the CUPS daemon to take the printer definitions into account"
}

post_upgrade() {
   post_install
}