You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
957 B
29 lines
957 B
3 years ago
|
#!/bin/bash
|
||
|
|
||
|
. ./internals/_build_set_common.sh
|
||
|
|
||
|
#----------------------------
|
||
|
set_log_start
|
||
|
|
||
|
build_module "applications/system/dolphin"
|
||
|
build_module "applications/system/katapult"
|
||
|
build_module "applications/system/kbfx"
|
||
|
build_module "applications/system/kcmautostart"
|
||
|
build_module "applications/system/kdbusnotification"
|
||
|
build_module "applications/system/klamav"
|
||
|
build_module "applications/system/knemo"
|
||
|
build_module "applications/system/knetload"
|
||
|
build_module "applications/system/knetstats"
|
||
|
build_module "applications/system/kooldock"
|
||
|
build_module "applications/system/krusader"
|
||
|
build_module "applications/system/kshutdown"
|
||
|
build_module "applications/system/ksystemlog"
|
||
|
build_module "applications/system/kvkbd"
|
||
|
build_module "applications/system/smartcardauth"
|
||
|
build_module "applications/system/tastymenu"
|
||
|
build_module "applications/system/tdedocker"
|
||
|
build_module "applications/system/tdepowersave"
|
||
|
build_module "applications/system/yakuake"
|
||
|
|
||
|
set_log_end
|