From 982adef04e36a1882b555ae7637a5145a16cc29c Mon Sep 17 00:00:00 2001 From: Owen W. Taylor Date: Jun 28 2017 14:22:42 +0000 Subject: flatpak.json: Add appropriate cleanup-commands for fontconfig Modify font timestamps to be the flatpak 'forced-to-zero' timestamps so that the cache will have the correct values, and rebuild the cache in /usr/cache. --- diff --git a/flatpak.json b/flatpak.json index 24f095a..0a2ce0e 100644 --- a/flatpak.json +++ b/flatpak.json @@ -1,5 +1,9 @@ { "runtime": "org.fedoraproject.Platform", "runtime-version": "26", - "sdk": "org.fedoraproject.Sdk" + "sdk": "org.fedoraproject.Sdk", + "cleanup-commands": [ "touch -d @0 /usr/share/fonts", + "touch -d @0 /usr/share/fonts/*", + "fc-cache -fs" + ] }