summarylogtreecommitdiffstats
path: root/g910-gkeys-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'g910-gkeys-git.install')
-rw-r--r--g910-gkeys-git.install36
1 files changed, 36 insertions, 0 deletions
diff --git a/g910-gkeys-git.install b/g910-gkeys-git.install
new file mode 100644
index 000000000000..5ab48879a22d
--- /dev/null
+++ b/g910-gkeys-git.install
@@ -0,0 +1,36 @@
+post_install() {
+ echo ""
+ echo "#########################################################"
+ echo ""
+ echo "You can now enable the service by:"
+ echo ""
+ echo " # systemctl enable g910-gkeys.service"
+ echo ""
+ echo "And run it with:"
+ echo ""
+ echo " # systemctl start g910-gkeys.service"
+ echo ""
+ echo "Log file is stored in /var/log/g910-gkeys.log"
+ echo ""
+ echo "#########################################################"
+ echo ""
+}
+
+
+post_upgrade() {
+ echo ""
+ echo "#########################################################"
+ echo ""
+ echo "You can now enable the service by:"
+ echo ""
+ echo " # systemctl enable g910-gkeys.service"
+ echo ""
+ echo "And run it with:"
+ echo ""
+ echo " # systemctl start g910-gkeys.service"
+ echo ""
+ echo "Log file is stored in /var/log/g910-gkeys.log"
+ echo ""
+ echo "#########################################################"
+ echo ""
+}