build: Cleanup libxkbcommon_postprocess_cmds

There is no "share" directory in the staging one.
This commit is contained in:
Hennadii Stepanov 2021-03-12 13:06:42 +02:00
parent 72fc043954
commit cc25f892d2
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F
1 changed files with 1 additions and 1 deletions

View File

@ -27,6 +27,6 @@ define $(package)_stage_cmds
endef
define $(package)_postprocess_cmds
rm -rf share/man share/doc lib/*.la
rm lib/*.la
endef