5 lines
137 B
Bash
5 lines
137 B
Bash
wrapKDEProgram() {
|
|
KSERVICE_BUILD_KDESYCOCA=${KDESYCOCA:+1}
|
|
wrapQtProgram "$1" ${KDESYCOCA:+--set KDESYCOCA "$KDESYCOCA"} "$@"
|
|
}
|