mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-26 22:22:22 +00:00
13 lines
256 B
Meson
13 lines
256 B
Meson
# Copyright 2022 Collabora Ltd.
|
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
install_data(
|
|
'flatpak.csh',
|
|
'flatpak.sh',
|
|
install_dir : profile_dir,
|
|
)
|
|
install_data(
|
|
'flatpak.fish',
|
|
install_dir : get_option('datadir') / 'fish' / 'vendor_conf.d',
|
|
)
|