Update KDE
This commit is contained in:
parent
b8dc01a70f
commit
5e2de8dd7b
2 changed files with 3 additions and 1 deletions
|
@ -11,6 +11,8 @@ for item in $items; do
|
||||||
"kde-network") options+=("$item" "" on);;
|
"kde-network") options+=("$item" "" on);;
|
||||||
"kde-system") options+=("$item" "" on);;
|
"kde-system") options+=("$item" "" on);;
|
||||||
"kde-utilities") options+=("$item" "" on);;
|
"kde-utilities") options+=("$item" "" on);;
|
||||||
|
"kde-applications") ;;
|
||||||
|
"kde-development-environment") ;;
|
||||||
*) options+=("$item" "" off);;
|
*) options+=("$item" "" off);;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
|
@ -19,7 +19,7 @@ for item in $items; do
|
||||||
"kde-graphics") ;;
|
"kde-graphics") ;;
|
||||||
"kde-multimedia") ;;
|
"kde-multimedia") ;;
|
||||||
"kde-sdk") ;;
|
"kde-sdk") ;;
|
||||||
"kde-pim");;
|
"kde-pim") ;;
|
||||||
*) options+=("$item" "");;
|
*) options+=("$item" "");;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue