diff options
Diffstat (limited to 'tools/meson-post-install.sh')
| -rwxr-xr-x | tools/meson-post-install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/meson-post-install.sh b/tools/meson-post-install.sh index 45f3e37c..fe85d417 100755 --- a/tools/meson-post-install.sh +++ b/tools/meson-post-install.sh @@ -55,6 +55,7 @@ if [ "$enable_ifcfg_rh" = 1 ]; then fi if [ "$enable_nm_cloud_setup" = 1 -a "$install_systemdunitdir" = 1 ]; then + ln -sfn '../pre-up.d/90-nm-cloud-setup.sh' "${DESTDIR}${nm_pkglibdir}/dispatcher.d/no-wait.d/90-nm-cloud-setup.sh" ln -sfn 'no-wait.d/90-nm-cloud-setup.sh' "${DESTDIR}${nm_pkglibdir}/dispatcher.d/90-nm-cloud-setup.sh" fi |