aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/seahub/seahub.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'unmaintained/seahub/seahub.post-install')
-rw-r--r--unmaintained/seahub/seahub.post-install9
1 files changed, 9 insertions, 0 deletions
diff --git a/unmaintained/seahub/seahub.post-install b/unmaintained/seahub/seahub.post-install
new file mode 100644
index 0000000000..262e8be8fe
--- /dev/null
+++ b/unmaintained/seahub/seahub.post-install
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+SEAFILE_HOME=/var/lib/seafile
+SEAFILE_DEFAULT=$SEAFILE_HOME/default
+
+if [[ ! -h $SEAFILE_DEFAULT/seafile-server/seahub ]]; then
+ su seafile -c "mkdir -m 755 -p $SEAFILE_DEFAULT/seafile-server" 2>/dev/null
+ su seafile -c "cp -R /usr/share/seahub $SEAFILE_DEFAULT/seafile-server" 2>/dev/null
+fi \ No newline at end of file