mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 18:44:13 +00:00
9 lines
176 B
Bash
9 lines
176 B
Bash
# shellcheck shell=bash
|
|
# shellcheck disable=SC2154
|
|
|
|
moveKF6DevTools() {
|
|
moveToOutput "${qtPluginPrefix}/designer" "${!outputDev}"
|
|
}
|
|
|
|
postInstallHooks+=('moveKF6DevTools')
|