mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-22 22:58:12 -05:00
Resolves: https://github.com/flatpak/flatpak/issues/2241 Signed-off-by: Simon McVittie <smcv@collabora.com>
12 lines
239 B
Meson
12 lines
239 B
Meson
# Copyright 2022 Collabora Ltd.
|
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
install_data(
|
|
'flatpak.sh',
|
|
install_dir : profile_dir,
|
|
)
|
|
install_data(
|
|
'flatpak.fish',
|
|
install_dir : get_option('datadir') / 'fish' / 'vendor_conf.d',
|
|
)
|