aboutsummaryrefslogtreecommitdiff
path: root/seafile/seafile-server.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'seafile/seafile-server.post-install')
-rw-r--r--seafile/seafile-server.post-install9
1 files changed, 0 insertions, 9 deletions
diff --git a/seafile/seafile-server.post-install b/seafile/seafile-server.post-install
deleted file mode 100644
index dee6e97..0000000
--- a/seafile/seafile-server.post-install
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-SEAFILE_HOME=/var/lib/seafile
-SEAFILE_DEFAULT=$SEAFILE_HOME/default
-
-if [[ ! -d $SEAFILE_DEFAULT/scripts ]]; then
- cd $SEAFILE_DEFAULT
- cp -ar /usr/share/seafile/scripts .
-fi