diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2012-03-05 12:34:08 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2012-03-05 12:34:08 +0100 |
commit | 385fcc3ec334eb782f1cda8367946af698a70c1b (patch) | |
tree | cf7796bb1fb0ee617c22de2bc71d8ff935cf9f5b /auto | |
parent | 7d46889242b05f379d425f806ee4415d83e059d5 (diff) | |
download | kanotix-385fcc3ec334eb782f1cda8367946af698a70c1b.zip kanotix-385fcc3ec334eb782f1cda8367946af698a70c1b.tar.gz |
added KDE4.8 from acritox-kde48 backport repository
Diffstat (limited to 'auto')
-rwxr-xr-x | auto/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/auto/config b/auto/config index dc1caab..bafb297 100755 --- a/auto/config +++ b/auto/config @@ -70,6 +70,7 @@ wheezy) esac [ "$LB_BOOTLOADER" = "burg" ] && LB_REPOSITORIES+=" burg" +grep -wq kde48 <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" acritox-kde48" grep -wq trinity <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" trinity" grep -wq -e virtualbox -e vbox <<<"$LB_PACKAGES $LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" vbox" grep -wq -e opera <<<"$LB_PACKAGES $LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" opera" |