mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-04 13:58:08 -05:00
No one is clearing those directories so they pile up and can take a significant amount of disk space. Resolves: https://github.com/flatpak/flatpak/issues/1119 Signed-off-by: Alberto Garcia <berto@igalia.com>
14 lines
367 B
Meson
14 lines
367 B
Meson
# Copyright 2022 Collabora Ltd.
|
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
install_data(
|
|
'org.freedesktop.Flatpak.xml',
|
|
'org.freedesktop.Flatpak.Authenticator.xml',
|
|
'org.freedesktop.portal.Flatpak.xml',
|
|
install_dir : get_option('datadir') / 'dbus-1' / 'interfaces',
|
|
)
|
|
install_data(
|
|
'tmpfiles.d/flatpak.conf',
|
|
install_dir : get_option('tmpfilesdir'),
|
|
)
|