summarylogtreecommitdiffstats
path: root/openrazer-daemon.install
diff options
context:
space:
mode:
Diffstat (limited to 'openrazer-daemon.install')
-rw-r--r--openrazer-daemon.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/openrazer-daemon.install b/openrazer-daemon.install
new file mode 100644
index 000000000000..d0716d9f1159
--- /dev/null
+++ b/openrazer-daemon.install
@@ -0,0 +1,12 @@
+msg() {
+ echo "==> You might want to enable razer-daemon.service with the command \"systemctl --user enable --now openrazer-daemon.service\""
+}
+
+post_upgrade() {
+ msg
+}
+
+post_install() {
+ msg
+}
+