summarylogtreecommitdiffstats
path: root/bing-wallpaper-git.install
diff options
context:
space:
mode:
authorWeitian Leung2018-03-05 22:05:05 +0800
committerWeitian Leung2018-03-05 22:05:05 +0800
commit6f5ef7712007ce45a44de9b0ac7cb25833eeb788 (patch)
tree642548646f9bbea33db7830efa80f3e918ce89d0 /bing-wallpaper-git.install
parenta79743c1a1710100aac81a23c8742475eea5a0a1 (diff)
downloadaur-6f5ef7712007ce45a44de9b0ac7cb25833eeb788.tar.gz
Switch to golang
Diffstat (limited to 'bing-wallpaper-git.install')
-rw-r--r--bing-wallpaper-git.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/bing-wallpaper-git.install b/bing-wallpaper-git.install
new file mode 100644
index 000000000000..2d2b23297840
--- /dev/null
+++ b/bing-wallpaper-git.install
@@ -0,0 +1,8 @@
+post_install() {
+ echo "-------------------------------------------------------------------------------------------------------"
+ echo "Run 'systemctl --user start bing-wallpaper.service' to start the service"
+ echo "Run 'systemctl --user enable bing-wallpaper.service' for autostart bing-wallpaper."
+ echo "You may need set the enviroment variables to make it works."
+ echo "See https://wiki.archlinux.org/index.php/Systemd/User#Environment_variables"
+ echo "-------------------------------------------------------------------------------------------------------"
+}