summaryrefslogtreecommitdiffstats
path: root/libwolfssl.24.pkg/postinst
diff options
context:
space:
mode:
Diffstat (limited to 'libwolfssl.24.pkg/postinst')
-rw-r--r--libwolfssl.24.pkg/postinst11
1 files changed, 0 insertions, 11 deletions
diff --git a/libwolfssl.24.pkg/postinst b/libwolfssl.24.pkg/postinst
deleted file mode 100644
index 9a23324..0000000
--- a/libwolfssl.24.pkg/postinst
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-libfile="/usr/lib/$(cat /etc/proteanos_arch)/libwolfssl.so.24.1.0"
-liblink="/usr/lib/$(cat /etc/proteanos_arch)/libwolfssl.so.24"
-
-if [ x"${1}" = x'configure' ]; then
- update-alternatives --install "${libfile}" "${libfile##*/}" \
- "${libfile}.std" 10
- update-alternatives --install "${liblink}" "${liblink##*/}" \
- "${liblink}.std" 10
-fi