depends: cleanup after miniupnpc build

This commit is contained in:
fanquake 2024-07-25 12:01:22 +01:00
parent 06d4aab77a
commit 745bf0fa7e
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -29,3 +29,8 @@ endef
define $(package)_stage_cmds
cmake --install . --prefix $($(package)_staging_prefix_dir)
endef
define $(package)_postprocess_cmds
rm -rf bin && \
rm -rf share
endef