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
+ 7
6
@@ -36,24 +36,25 @@ post_script: |
test -e /usr/lib/locale/locale-archive
fi
test -d /usr/lib/gconv
test -d /usr/lib/locale
test -d /usr/share/i18n
test -d /usr/lib32
test -d /usr/lib32/locale
test -d /usr/lib64/locale
test -d /usr/share/libdrm
if [ -e /lib64/ld-linux-x86-64.so.2 ]; then
test -d /usr/lib64
test -d /usr/lib64/gconv
test -d /usr/lib64/locale
test -d /usr/lib/x86_64-linux-gnu/gconv
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
test -d /usr/lib32
test -d /usr/lib32/gconv
test -d /usr/lib32/locale
test -d /usr/lib/i386-linux-gnu/gconv
test -e /usr/i686-pc-linux-gnu/lib/ld-linux.so.2
fi
test -d /usr/lib32/gconv
test -d /usr/lib/gconv
test -d /usr/lib64/gconv
platform:
post_script: |
Loading