summarylogtreecommitdiffstats
path: root/spideroak-systemd.install
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2016-04-03 21:16:46 +0100
committerHans-Nikolai Viessmann2016-04-03 21:16:46 +0100
commit309be664b9cc6de112fd79646cb6dfde9f8814f9 (patch)
tree81355ba36204481f86e3c159c74b7d4407bc0e5e /spideroak-systemd.install
downloadaur-309be664b9cc6de112fd79646cb6dfde9f8814f9.tar.gz
Initial commit of PKGBUILD
Diffstat (limited to 'spideroak-systemd.install')
-rw-r--r--spideroak-systemd.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/spideroak-systemd.install b/spideroak-systemd.install
new file mode 100644
index 000000000000..a693c5e79bc8
--- /dev/null
+++ b/spideroak-systemd.install
@@ -0,0 +1,10 @@
+post_install() {
+ echo "If you want to set custom flags for SpiderOak, remember to create the"
+ echo "\`.spideroak.rc' file in your home directory. A prototype can be found"
+ echo "in /usr/share/spideroak-systemd-git/spideroak.rc.proto."
+}
+
+post_remove() {
+ echo "Remember to remove your \`.spideroak.rc' file if you don't plan on using"
+ echo "this package anymore."
+}