mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-09 14:33:22 +00:00
ce77225e21
This is the thing you want to look at.
9 lines
176 B
Bash
9 lines
176 B
Bash
# shellcheck shell=bash
|
|
# shellcheck disable=SC2154
|
|
|
|
moveKF6DevTools() {
|
|
moveToOutput "${qtPluginPrefix}/designer" "${!outputDev}"
|
|
}
|
|
|
|
postInstallHooks+=('moveKF6DevTools')
|