commit | a604bcc4cfd011d1d25e65e9d29a4096ceb1c933 | [log] [tgz] |
---|---|---|
author | June Tate-Gans <jtgans@google.com> | Tue Jul 02 14:22:37 2019 -0700 |
committer | June Tate-Gans <jtgans@google.com> | Mon Jul 08 14:34:20 2019 -0700 |
tree | 8dad3b1866dc79aea643fde32e00a37034f70976 | |
parent | a442ab18be27c831c3365f4e1f750b54ed8ce22a [diff] |
android-core: Fix the shared object symlink Change-Id: I91675b6f0e6aac5b9e89d3c493e3a56f1d0c6d23
diff --git a/debian/postinst b/debian/postinst new file mode 100755 index 0000000..20c12d8 --- /dev/null +++ b/debian/postinst
@@ -0,0 +1,8 @@ +#!/bin/bash + +set -e + +ln -sf /usr/lib/aarch64-linux-gnu/libion-android.so.1 /usr/lib/aarch64-linux-gnu/libion-android.so + +#DEBHELPER# +