diff options
author | Ryan P.C. McQuen <ryan.q@linux.com> | 2015-01-20 06:36:24 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-20 06:36:24 +0700 |
commit | 6d8e0b981a169d90bb3418f2e372b3a3836ef5d5 (patch) | |
tree | 03bec829fee4ba1bfc53ed688daddf0d7e39fcb1 /network/econnman/doinst.sh | |
parent | 0eba3907c9462c89c1e4cdb9b81b9d7e2e1b6ded (diff) |
network/econnman: Added (E17 ConnMan UI).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/econnman/doinst.sh')
-rw-r--r-- | network/econnman/doinst.sh | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/network/econnman/doinst.sh b/network/econnman/doinst.sh new file mode 100644 index 0000000000000..34e52bf6c7e9b --- /dev/null +++ b/network/econnman/doinst.sh @@ -0,0 +1,16 @@ +# 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 +) |