mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
9 lines
196 B
Bash
9 lines
196 B
Bash
|
#!/bin/bash -eu
|
||
|
|
||
|
function install_debuginfo() { :; }
|
||
|
|
||
|
# override install_debuginfo for the platform specifics
|
||
|
source "${IPA_TESTS_SCRIPTS}/install-debuginfo-${IPA_PLATFORM}.sh"
|
||
|
|
||
|
install_debuginfo
|