slackbuilds_ponce/network/econnman/doinst.sh
Ryan P.C. McQuen 6d8e0b981a network/econnman: Added (E17 ConnMan UI).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-01-20 06:36:24 +07:00

16 lines
343 B
Bash

# 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
)