mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 05:36:38 +02:00
- let fontconfig check the timestamp - add --system-only since we dont want check user dirs fixes #3539
4 lines
47 B
Bash
4 lines
47 B
Bash
#!/bin/sh
|
|
|
|
fc-cache --system-only > /dev/null
|
|
|