Files
flatpak/data/meson.build
Alberto Garcia 14d735bfda data: Remove all /var/tmp/flatpak-cache-* directories on boot
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>
2023-11-10 13:32:14 -06:00

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