pytrainer: unpin python 3.10
[NixPkgs.git] / pkgs / kde / lib / move-dev-hook.sh
bloba49cb91d22f3cf2462126fe6b945b74f6d4b3795
1 # shellcheck shell=bash
2 # shellcheck disable=SC2154
4 moveKF6DevTools() {
5 if [ -n "$devtools" ]; then
6 mkdir -p "$devtools"
7 moveToOutput "${qtPluginPrefix}/designer" "$devtools"
8 fi
11 postInstallHooks+=('moveKF6DevTools')