summarylogtreecommitdiffstats
path: root/selfspy.install
diff options
context:
space:
mode:
authorjakob2015-06-09 12:38:54 +0200
committerjakob2015-06-09 12:38:54 +0200
commit75a141ee09753b11de775df4542bfd25efb672e4 (patch)
treeb7440466f1415b6505c1b83f946523f4a8e211b8 /selfspy.install
downloadaur-75a141ee09753b11de775df4542bfd25efb672e4.tar.gz
pkgver 1:0.1.4.r173.g1a08019-1
Diffstat (limited to 'selfspy.install')
-rw-r--r--selfspy.install19
1 files changed, 19 insertions, 0 deletions
diff --git a/selfspy.install b/selfspy.install
new file mode 100644
index 000000000000..e7dae7242768
--- /dev/null
+++ b/selfspy.install
@@ -0,0 +1,19 @@
+post_upgrade() {
+ post_install
+}
+
+post_install() {
+cat << EOF
+ Before running selfspy or the systemd .service for the
+ first time, copy the example config file from
+ /usr/share/selfspy/selfspy.conf.example
+ to your config dir
+ e.g. ~/.config/selfspy.conf
+ and ENTER A PASSPHRASE.
+
+ You can then start selfspy via
+ # systemctl start selfspy@user.service
+ or by hand with
+ $ selfspy -c ~/.config/selfspy.conf
+EOF
+}