summarylogtreecommitdiffstats
path: root/touchegg.install
blob: e64cd17212eb81fee2c5a3a7b92a2ff264e945c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
	echo ""
	echo "Enable & start the daemon:"
	echo "systemctl enable --now touchegg"
	echo ""
}

post_upgrade() {
	echo ""
	echo "Restart daemon:"
	echo "systemctl daemon-reload && systemctl restart touchegg"
	echo ""
}