diff options
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" |