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'))