summaryrefslogtreecommitdiff
path: root/psn-dp-1820.install
blob: 20043075bff65872f79e4661cffb0670abb83323 (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
}