summarylogtreecommitdiffstats
path: root/oryx-kb-leds.install
diff options
context:
space:
mode:
authorMark Wagie2020-12-09 13:01:58 -0700
committerMark Wagie2020-12-09 13:01:58 -0700
commitec383cbce6b97ee68f97818b829fe7a624be5cb5 (patch)
treea72a83d20482a3ecaefd9920ba50116be740a896 /oryx-kb-leds.install
downloadaur-ec383cbce6b97ee68f97818b829fe7a624be5cb5.tar.gz
initial commit
Diffstat (limited to 'oryx-kb-leds.install')
-rw-r--r--oryx-kb-leds.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/oryx-kb-leds.install b/oryx-kb-leds.install
new file mode 100644
index 000000000000..b5d6099e2d94
--- /dev/null
+++ b/oryx-kb-leds.install
@@ -0,0 +1,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 ""
+}