Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/univention-app.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2020-08-25 14:36:09 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2020-09-10 14:56:10 +0300
commitb9f6a005ad699a4b8e729bb90c6db17794341a67 (patch)
treee10f0a8c439cc55e2dabdd0ee4f68c3d441b83ec /preinst
parent632c210ba6ccd99cd61e7588f37c23948a6f92a0 (diff)
remove deprecated logic
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'preinst')
-rw-r--r--preinst6
1 files changed, 0 insertions, 6 deletions
diff --git a/preinst b/preinst
index 3929661..b6d92af 100644
--- a/preinst
+++ b/preinst
@@ -21,12 +21,6 @@
NC_PERMCONFDIR="/var/lib/univention-appcenter/apps/nextcloud/data/integration"
-# TODO: remove this block once Nc 14 is end of life
-NC_PERMCONFDIR_OLD="/var/lib/univention-appcenter/apps/nextcloud/conf"
-if [ -d "$NC_PERMCONFDIR_OLD" ]; then
- mv "$NC_PERMCONFDIR_OLD" "$NC_PERMCONFDIR"
-fi
-
NC_UCR_FILE="$NC_PERMCONFDIR/ucr"
if [ ! -d "$NC_PERMCONFDIR" ]; then