depends: cleanup after miniupnpc build

This commit is contained in:
fanquake
2024-07-25 12:01:22 +01:00
parent 06d4aab77a
commit 745bf0fa7e

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