diff options
| author | Simon Rettberg | 2019-04-26 11:24:14 +0200 |
|---|---|---|
| committer | root | 2019-04-26 11:24:14 +0200 |
| commit | 24fb4ad142f7cb932a5e47ee80c9bbfc10a758c0 (patch) | |
| tree | 5873fcbd617e6ea13f1c1bdc6145211441fbf764 /core/modules/nvidia_libs/data | |
| parent | Support multi-target targets with @ syntax (diff) | |
| download | mltk-24fb4ad142f7cb932a5e47ee80c9bbfc10a758c0.tar.gz mltk-24fb4ad142f7cb932a5e47ee80c9bbfc10a758c0.tar.xz mltk-24fb4ad142f7cb932a5e47ee80c9bbfc10a758c0.zip | |
[nvidia*/rfs-s31] Support shipping multiple driver versions
Diffstat (limited to 'core/modules/nvidia_libs/data')
| -rwxr-xr-x | core/modules/nvidia_libs/data/addon-init | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/core/modules/nvidia_libs/data/addon-init b/core/modules/nvidia_libs/data/addon-init deleted file mode 100755 index 061bff6b..00000000 --- a/core/modules/nvidia_libs/data/addon-init +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/ash - -[ -e "/opt/openslx/etc/nvidia.whiteout" ] || exit 66 - -while read line; do - rm -f -- "$line" -done < "/opt/openslx/etc/nvidia.whiteout" - -exit 0 - |
