repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pytrainer: unpin python 3.10
[NixPkgs.git]
/
pkgs
/
kde
/
lib
/
move-dev-hook.sh
blob
a49cb91d22f3cf2462126fe6b945b74f6d4b3795
1
# shellcheck shell=bash
2
# shellcheck disable=SC2154
3
4
moveKF6DevTools
() {
5
if
[
-n
"
$devtools
"
];
then
6
mkdir
-p
"
$devtools
"
7
moveToOutput
"
${qtPluginPrefix}
/designer"
"
$devtools
"
8
fi
9
}
10
11
postInstallHooks
+=(
'moveKF6DevTools'
)