diff --git a/code/unix/setup/doit b/code/unix/setup/doit
index 92585e2a..4a8ff0a9 100755
--- a/code/unix/setup/doit
+++ b/code/unix/setup/doit
@@ -28,6 +28,8 @@ cp -a $SETUPIMAGE/{setup.data,setup.sh} image/
### splash
rm -f image/setup.data/splash.xpm
[ -e splash.xpm ] && cp splash.xpm image/setup.data/splash.xpm
+rm -f image/quake3.png
+cp ../quake3.png image/quake3.png
### binaries
mkdir image/tmp
diff --git a/code/unix/setup/setup.xml b/code/unix/setup/setup.xml
index 172b933c..017c888c 100644
--- a/code/unix/setup/setup.xml
+++ b/code/unix/setup/setup.xml
@@ -6,25 +6,30 @@
README
+
+