summarylogtreecommitdiffstats
path: root/mail-notification.install
blob: 38a87648236780a28333db4bc132b5b5f0a32a93 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  kill -s HUP `pidof bonobo-activation-server` > /dev/null 2>&1
}

post_upgrade() {
  post_install
}

post_remove() {
  post_install
}