mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-30 13:51:31 +01:00
- let fontconfig check the timestamp - add --system-only since we dont want check user dirs fixes #3539
5 lines
47 B
Bash
5 lines
47 B
Bash
#!/bin/sh
|
|
|
|
fc-cache --system-only > /dev/null
|
|
|