diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2013-02-11 00:24:47 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2013-02-11 00:24:47 +0100 |
commit | df8d551db217cc5e115538f1c7c573df79b25552 (patch) | |
tree | 9029eb051852e0a16d48cb305f56d45fa5565e2d /auto | |
parent | 506817b8e681f68951a652b99812146255eaa9c9 (diff) | |
download | kanotix-df8d551db217cc5e115538f1c7c573df79b25552.zip kanotix-df8d551db217cc5e115538f1c7c573df79b25552.tar.gz |
package list update, removed acritox-kde48 repo
Diffstat (limited to 'auto')
-rwxr-xr-x | auto/config | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/auto/config b/auto/config index c307036..8638704 100755 --- a/auto/config +++ b/auto/config @@ -67,8 +67,6 @@ esac [ "$LB_BOOTLOADER" = "burg" ] && LB_REPOSITORIES+=" burg" [ "$LB_BOOTLOADER" = "grub2" ] && LB_REPOSITORIES+=" grub2" -# kde4.8 is in wheezy now, no need for backport repository anymore -# 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" |