diff options
Diffstat (limited to 'scripts/postinst-intercepts/update_font_cache')
| -rw-r--r-- | scripts/postinst-intercepts/update_font_cache | 13 |
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 | |||
| 6 | set -e | ||
| 7 | |||
| 8 | rm -f $D${fontconfigcachedir}/CACHEDIR.TAG | ||
| 9 | |||
| 10 | PSEUDO_UNLOAD=1 ${binprefix}qemuwrapper -L $D -E ${fontconfigcacheenv} $D${libexecdir}/${binprefix}fc-cache --sysroot=$D --system-only ${fontconfigcacheparams} | ||
| 11 | |||
| 12 | chown -R root:root $D${fontconfigcachedir} | ||
| 13 | find $D -type f -name .uuid -exec chown root:root '{}' + | ||
