summarylogtreecommitdiffstats
path: root/cu-notify-git.install
diff options
context:
space:
mode:
authorWeitian Leung2018-10-14 16:44:09 +0800
committerWeitian Leung2018-10-14 16:44:09 +0800
commitc1fa3359091b32f7de84ef32559f1b8858a2d107 (patch)
tree971d693fa63c7cda765ae42ca95d5072636d2ced /cu-notify-git.install
parent8d74386145ed097f243cbd3624f48fa929709884 (diff)
downloadaur-c1fa3359091b32f7de84ef32559f1b8858a2d107.tar.gz
Changes the way autostart
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
+}