summaryrefslogtreecommitdiffstats
path: root/scripts/postinst-intercepts/update_font_cache
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/postinst-intercepts/update_font_cache')
-rw-r--r--scripts/postinst-intercepts/update_font_cache13
1 files changed, 0 insertions, 13 deletions
diff --git a/scripts/postinst-intercepts/update_font_cache b/scripts/postinst-intercepts/update_font_cache
deleted file mode 100644
index 900db042d6..0000000000
--- a/scripts/postinst-intercepts/update_font_cache
+++ /dev/null
@@ -1,13 +0,0 @@
1#!/bin/sh
2#
3# SPDX-License-Identifier: MIT
4#
5
6set -e
7
8rm -f $D${fontconfigcachedir}/CACHEDIR.TAG
9
10PSEUDO_UNLOAD=1 ${binprefix}qemuwrapper -L $D -E ${fontconfigcacheenv} $D${libexecdir}/${binprefix}fc-cache --sysroot=$D --system-only ${fontconfigcacheparams}
11
12chown -R root:root $D${fontconfigcachedir}
13find $D -type f -name .uuid -exec chown root:root '{}' +