tmpfiles: 3 trivial cleanups (#36332)
[systemd.io.git] / mkosi.images / exitrd / mkosi.conf.d / 10-arch.conf
blobb5f3194a847be95c7e43af572ac245bd30ad446c
1 # SPDX-License-Identifier: LGPL-2.1-or-later
3 [Match]
4 Distribution=arch
6 [Content]
7 VolatilePackages=
8         systemd
9         systemd-libs
11 RemoveFiles=
12         # Arch Linux doesn't split their gcc-libs package so we manually remove
13         # unneeded stuff here to make sure it doesn't end up in the image.
14         /usr/lib/libgfortran.so*
15         /usr/lib/libgo.so*
16         /usr/lib/libgomp.so*
17         /usr/lib/libgphobos.so*
18         /usr/lib/libobjc.so*
19         /usr/lib/libgdruntime.so*
21         # Remove all files that are only required for development.
22         /usr/lib/*.a
23         /usr/include/*
25         /usr/share/i18n/*
26         /usr/share/hwdata/*
27         /usr/share/iana-etc/*
28         /usr/share/locale/*
29         /usr/share/terminfo/*
30         /usr/share/zoneinfo/*