summaryrefslogtreecommitdiffstats
path: root/core/modules/nvidia-libs/data/addon-init
blob: 6587c9814fca7af132097914e01e2ffb7205e664 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/ash

[ -e "/opt/openslx/etc/nvidia_libs.whiteout" ] || exit 66

while read line; do
	rm -f -- "$line"
done < "/opt/openslx/etc/nvidia_libs.whiteout"

exit 0