summarylogtreecommitdiffstats
path: root/mailpile.install
blob: 704b8383fa47efa1bfc69ad013fe74babd2ccacc (plain)
1
2
3
4
5
6
7
8
post_install() {
	echo '==> A systemd service file has been installed, enable it with:'
	echo '==>	systemctl enable --now mailpile.service'
}

post_remove() {
	systemctl disable --now mailpile.service > '/dev/null' 2>&1
}