summarylogtreecommitdiffstats
path: root/oryx-kb-leds.install
blob: b5d6099e2d94e0af17001488da5ceb64add678b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
	 echo ""
	 echo "Enable the service:"
	 echo "systemctl enable --now oryxkbleds.service"
	 echo ""
}

post_upgrade() {
	 echo ""
	 echo "Restart the service:"
	 echo "systemctl daemon-reload"
	 echo "systemctl restart oryxkbleds.service"
	 echo ""
}