From 3d1c69b8c6c2b7f342499cf5859e40fc76bf9ac2 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 4 Jan 2013 02:09:42 +0100 Subject: fixup: add job for theme=dark --- bin/g-i-installation.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index c9f3bc14..39c5c302 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -146,6 +146,9 @@ bootstrap_system() { *_sid_daily*) EXTRA_APPEND="mirror/suite=sid" ;; + *_dark_theme) + EXTRA_APPEND="theme=dark" + ;; *) ;; esac case $NAME in -- cgit v1.2.3-54-g00ecf