From b8d76a423ee05f1141c151efbd3ded3b53b2a34c Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Thu, 2 Jun 2016 18:20:01 +0100 Subject: [PATCH] setup: Just symlink all of the backgrounds. Organization: Straylight/Edgeware From: Mark Wooding I've been failing to update the list. Fortunately, computers are good at making lists of things. --- setup | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/setup b/setup index 057a1ba..37dc474 100755 --- a/setup +++ b/setup @@ -229,17 +229,7 @@ done echo " all done." ## Symlink backgrounds. -backgrounds=" - bsg-supper.jpg - harley-quinn.jpg - hypatia.jpg - jue-peek.jpg - lilith.jpg - lovelace.jpg - medusa.jpg - noodly.jpg - rayne.jpg -" +backgrounds=$(cd bg && echo *) if [ "$xstuff" ]; then echo "Installing backgrounds..." for b in $backgrounds; do -- [mdw]