Work around flatpak cleanup issue

cleaning /share/locale/ from one component can affect later components,
i.e. locales are also removed there
This commit is contained in:
André Apitzsch 2018-05-22 23:12:29 +02:00
parent 3c474f9405
commit cfd64926b9
1 changed files with 2 additions and 1 deletions

View File

@ -253,7 +253,8 @@
"cleanup": [
"/bin",
"/lib/avahi",
"/share"
"/share/avahi",
"avahi.mo"
],
"config-opts": [
"--with-distro=none",