aboutsummaryrefslogtreecommitdiff
path: root/seafile/seafile-server.post-install
diff options
context:
space:
mode:
authorGabriel Arakaki Giovanini <mail@gabrielgio.me>2022-10-01 12:50:52 +0000
committerGabriel Arakaki Giovanini <mail@gabrielgio.me>2022-10-01 12:50:52 +0000
commit37a16ee5ca054f4f667635301ec3ea214247bb1b (patch)
tree93e91c263a07df88671478f0c4ac832ad7a34c53 /seafile/seafile-server.post-install
parent121d6f029f4ebc205915bb5a0c74ecde7d874b32 (diff)
downloadapkbuilds-37a16ee5ca054f4f667635301ec3ea214247bb1b.tar.gz
apkbuilds-37a16ee5ca054f4f667635301ec3ea214247bb1b.tar.bz2
apkbuilds-37a16ee5ca054f4f667635301ec3ea214247bb1b.zip
feat: Remove seafile
This project has been a pain to compile, and the documentation is quite lacking, so for now I'm gonna stick with Nextcloud.
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