Update KDE
This commit is contained in:
parent
61de5ca1da
commit
78c4aaaedb
2 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,7 @@ for item in $items; do
|
||||||
"kde-utilities") options+=("$item" "" on);;
|
"kde-utilities") options+=("$item" "" on);;
|
||||||
"kde-applications") ;;
|
"kde-applications") ;;
|
||||||
"kde-development-environment") ;;
|
"kde-development-environment") ;;
|
||||||
|
"kde-sdk") ;;
|
||||||
*) options+=("$item" "" off);;
|
*) options+=("$item" "" off);;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
|
@ -22,6 +22,7 @@ for item in $items; do
|
||||||
"kde-pim") ;;
|
"kde-pim") ;;
|
||||||
"kde-applications") ;;
|
"kde-applications") ;;
|
||||||
"kde-development-environment") ;;
|
"kde-development-environment") ;;
|
||||||
|
"kde-sdk") ;;
|
||||||
*) options+=("$item" "");;
|
*) options+=("$item" "");;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue