summaryrefslogtreecommitdiff
path: root/pcr/yacy-openrc/yacy.install
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/yacy-openrc/yacy.install')
-rw-r--r--pcr/yacy-openrc/yacy.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/pcr/yacy-openrc/yacy.install b/pcr/yacy-openrc/yacy.install
new file mode 100644
index 000000000..d07129617
--- /dev/null
+++ b/pcr/yacy-openrc/yacy.install
@@ -0,0 +1,4 @@
+post_install() {
+ echo " ==> /var/lib/yacy /opt/yacy needs these adjustments:"
+ echo " chown -R yacy:yacy /var/lib/yacy /opt/yacy"
+}