summarylogtreecommitdiffstats
path: root/cu-notify-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'cu-notify-git.install')
-rw-r--r--cu-notify-git.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/cu-notify-git.install b/cu-notify-git.install
new file mode 100644
index 000000000000..b504cfac2e1f
--- /dev/null
+++ b/cu-notify-git.install
@@ -0,0 +1,13 @@
+hints() {
+ echo "--------------------------------------------------------------------------------"
+ echo "Run 'systemctl --user enable cu-notify.service' to autostart cu-notify."
+ echo "--------------------------------------------------------------------------------"
+}
+
+post_install() {
+ hints
+}
+
+post_upgrade() {
+ hints
+}