2014-03-18 21:03:48 -03:00
|
|
|
#!/bin/sh
|
|
|
|
|
2014-09-23 16:07:41 +01:00
|
|
|
echo "I: making libhybris the default alternatives for @DEB_HOST_MULTIARCH@_egl_conf"
|
|
|
|
update-alternatives --set @DEB_HOST_MULTIARCH@_egl_conf /usr/lib/@DEB_HOST_MULTIARCH@/libhybris-egl/ld.so.conf
|
2014-03-18 21:03:48 -03:00
|
|
|
|
2015-01-14 13:31:43 -02:00
|
|
|
echo "I: making android the default alternatives for @DEB_HOST_MULTIARCH@_mirplatform5driver_conf"
|
|
|
|
update-alternatives --set @DEB_HOST_MULTIARCH@_mirplatform5driver_conf /usr/lib/@DEB_HOST_MULTIARCH@/mir/platform5driver/android/ld.so.conf
|
2014-10-11 13:09:49 +02:00
|
|
|
|
2014-03-18 21:03:48 -03:00
|
|
|
# ldconfig needs to be run immediately as we're changing /etc/ld.so.conf.d/ with alternatives.
|
|
|
|
LDCONFIG_NOTRIGGER=y ldconfig
|