summaryrefslogtreecommitdiff
path: root/network/econnman/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'network/econnman/doinst.sh')
-rw-r--r--network/econnman/doinst.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/network/econnman/doinst.sh b/network/econnman/doinst.sh
deleted file mode 100644
index 34e52bf6c7..0000000000
--- a/network/econnman/doinst.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-# Ugly hack since this version linked statically to icu4c-49
-## thanks to willysr
-(
-cd /usr/lib${LIBDIRSUFFIX}
-if ! [ -f libicule.so.49 ]; then
- ln -s libicule.so.51 libicule.so.49
-fi
-
-if ! [ -f libicuuc.so.49 ]; then
- ln -s libicuuc.so.51 libicuuc.so.49
-fi
-
-if ! [ -f libicudata.so.49 ]; then
- ln -s libicudata.so.51 libicudata.so.49
-fi
-)