Skip to content
Snippets Groups Projects

WIP: Assert that steamrt created pressure-vessel's mount points

Merged Simon McVittie requested to merge wip/smcv/dont-symlink into master
Files
3
+ 2
2
@@ -40,7 +40,7 @@ post_script: |
test -d /usr/lib/locale
test -d /usr/share/i18n
test -d /usr/share/libdrm
if [ -e /lib64/ld-linux-x86-64.so.2 ]; then
if dpkg-query -W steamrt-container-host-compat:amd64; then
test -d /usr/lib64
test -d /usr/lib64/gconv
test -d /usr/lib64/locale
@@ -48,7 +48,7 @@ post_script: |
test -e /usr/lib/ld-linux-x86-64.so.2
test -e /usr/x86_64-pc-linux-gnu/lib/ld-linux-x86-64.so.2
fi
if [ -e /lib/ld-linux.so.2 ]; then
if dpkg-query -W steamrt-container-host-compat:i386; then
test -d /usr/lib32
test -d /usr/lib32/gconv
test -d /usr/lib32/locale
Loading