mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
3547dddfb7
- Fix pkg-plist PR: ports/100426 Submitted by: miwi Approved by: krion (mentor), maintainer
7 lines
370 B
Plaintext
7 lines
370 B
Plaintext
%%FONTSDIR%%/manugot19.ttf
|
|
@exec %D/bin/fc-cache -f -v %D/%%FONTSDIR%% 2>/dev/null || true
|
|
@unexec rm %D/%%FONTSDIR%%/fonts.cache-1 2>/dev/null || true
|
|
@unexec %D/bin/fc-cache -f -v %D/%%FONTSDIR%% 2>/dev/null || true
|
|
@unexec if [ -e %D/%%FONTSDIR%%/fonts.cache-1 -a ! -s %D/%%FONTSDIR%%/fonts.cache-1 ]; then rm %D/%%FONTSDIR%%/fonts.cache-1; fi
|
|
@dirrmtry %%FONTSDIR%%
|