Linux puskom-ProLiant-DL385-Gen10 5.4.0-150-generic #167~18.04.1-Ubuntu SMP Wed May 24 00:51:42 UTC 2023 x86_64
/
var
/
lib
/
dpkg
/
info
/
/var/lib/dpkg/info/libglx-mesa0:amd64.postinst
#!/bin/sh set -e case "$1" in configure) # remove alternatives from libgl1-mesa-glx update-alternatives --remove x86_64-linux-gnu_gl_conf \ /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf # explicit ldconfig due to alternatives ldconfig esac exit 0