summaryrefslogtreecommitdiff
path: root/sideload-repos-systemd/meson.build
blob: d97cb7a089dd8f561ce5439aeefe776444e22d52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright 2022 Collabora Ltd.
# SPDX-License-Identifier: LGPL-2.1-or-later

install_data(
  'flatpak-create-sideload-symlinks.sh',
  install_dir : get_option('libexecdir'),
  install_mode : 'rwxr-xr-x',
)

configure_file(
  input : 'flatpak-sideload-usb-repo.service.in',
  output : 'flatpak-sideload-usb-repo.service',
  configuration : service_conf_data,
  install_dir : get_option('systemduserunitdir'),
)

configure_file(
  input : 'flatpak-sideload-usb-repo.path.in',
  output : 'flatpak-sideload-usb-repo.path',
  configuration : service_conf_data,
  install_dir : get_option('systemduserunitdir'),
)

install_data(
  'flatpak-sideload-repos.conf',
  install_dir : 'lib/tmpfiles.d',
)