uki: introduce support for a .efifw section
[systemd.io.git] / profile.d / meson.build
blobb87dc18eaa5aa2dd407a5f7b7a96f42b6a0df800
1 # SPDX-License-Identifier: LGPL-2.1-or-later
3 install_data('70-systemd-shell-extra.sh', install_dir : shellprofiledir.startswith('/usr/') ? shellprofiledir : libexecdir / 'profile.d')
5 if conf.get('LINK_SHELL_EXTRA_DROPIN') == 1
6         install_emptydir(shellprofiledir)
8         meson.add_install_script(sh, '-c',
9                 ln_s.format(libexecdir / 'profile.d' / '70-systemd-shell-extra.sh', shellprofiledir / '70-systemd-shell-extra.sh'))
10 endif