Remove unneeded setup code for the snap application
This commit is contained in:
parent
3e60d9f8ae
commit
51c41dfd88
1 changed files with 0 additions and 9 deletions
|
|
@ -29,13 +29,4 @@ export LIBGL_DRIVERS_PATH=$SNAP/usr/lib/$ARCH/dri
|
|||
# ensure the snappy gl libs win
|
||||
export LD_LIBRARY_PATH="$SNAP_LIBRARY_PATH:$LD_LIBRARY_PATH"
|
||||
|
||||
cd $SNAP
|
||||
|
||||
if [ "$(id -u)" == "0" ] ; then
|
||||
# Make sure our setup path for the container rootfs
|
||||
# is present as lxc is statically configured for
|
||||
# this path.
|
||||
mkdir -p $SNAP_COMMON/lxc
|
||||
fi
|
||||
|
||||
exec $SNAP/usr/bin/anbox $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue