diff options
author | Kyle Evans <kevans@FreeBSD.org> | 2020-11-14 02:11:04 +0000 |
---|---|---|
committer | Kyle Evans <kevans@FreeBSD.org> | 2020-11-14 02:11:04 +0000 |
commit | 6bc76d7787930969053b2d4a1d3217cdc3045577 (patch) | |
tree | de91cc585a53c926ba99ffaa7c5fec02cb19327e /ObsoleteFiles.inc | |
parent | e4b6ff1b1aa83fd0bdaa4ac929d466c3b24f3479 (diff) | |
download | src-test2-6bc76d7787930969053b2d4a1d3217cdc3045577.tar.gz src-test2-6bc76d7787930969053b2d4a1d3217cdc3045577.zip |
Notes
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r-- | ObsoleteFiles.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index e551e8044738..622d1b79f557 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -38,6 +38,13 @@ # xargs -n1 | sort | uniq -d; # done +# 20201004: logo files renamed to type-agnostic gfx-*.lua +OLD_FILES+=boot/lua/logo-beastie.lua +OLD_FILES+=boot/lua/logo-beastiebw.lua +OLD_FILES+=boot/lua/logo-fbsdbw.lua +OLD_FILES+=boot/lua/logo-orb.lua +OLD_FILES+=boot/lua/logo-orbbw.lua + # 20200722: new clang import which bumps version from 10.0.0 to 10.0.1. OLD_FILES+=usr/lib/clang/10.0.0/include/cuda_wrappers/algorithm OLD_FILES+=usr/lib/clang/10.0.0/include/cuda_wrappers/complex |