3547dddfb7
- Fix pkg-plist PR: ports/100426 Submitted by: miwi Approved by: krion (mentor), maintainer
6 lines
370 B
Text
6 lines
370 B
Text
%%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%%
|