depends: better cleanup after fontconfig

This commit is contained in:
fanquake 2024-11-13 10:51:54 +00:00
parent 17e79c9260
commit a8fe1fd38b
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

View File

@ -29,5 +29,5 @@ define $(package)_stage_cmds
endef
define $(package)_postprocess_cmds
rm -rf var lib/*.la
rm -rf bin etc share var lib/*.la
endef