diff options
author | Holger Levsen <holger@layer-acht.org> | 2013-01-04 02:09:42 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2013-01-04 02:09:42 +0100 |
commit | 3d1c69b8c6c2b7f342499cf5859e40fc76bf9ac2 (patch) | |
tree | 10442171248be3abb3dd383ae87b8fe3aa60c14d /bin | |
parent | 8cd59fec2c7d585479089ec11e12d9a197b7947b (diff) | |
download | jenkins.debian.net-3d1c69b8c6c2b7f342499cf5859e40fc76bf9ac2.tar.xz |
fixup: add job for theme=dark
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/g-i-installation.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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 |