mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
libungif: convert old-style hook to new-style hook
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
2802509191
commit
90710e0c22
@ -17,8 +17,10 @@ LIBUNGIF_BINS = gif2epsn gif2ps gif2rgb gif2x11 gifasm gifbg gifburst gifclip \
|
|||||||
gifrsize gifspnge giftext gifwedge icon2gif raw2gif rgb2gif \
|
gifrsize gifspnge giftext gifwedge icon2gif raw2gif rgb2gif \
|
||||||
text2gif
|
text2gif
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS,package,libungif))
|
define LIBUNGIF_BINS_CLEANUP
|
||||||
|
|
||||||
$(LIBUNGIF_HOOK_POST_INSTALL):
|
|
||||||
rm -f $(addprefix $(TARGET_DIR)/usr/bin/,$(LIBUNGIF_BINS))
|
rm -f $(addprefix $(TARGET_DIR)/usr/bin/,$(LIBUNGIF_BINS))
|
||||||
touch $@
|
endef
|
||||||
|
|
||||||
|
LIBUNGIF_POST_INSTALL_TARGET_HOOKS += LIBUNGIF_BINS_CLEANUP
|
||||||
|
|
||||||
|
$(eval $(call AUTOTARGETS,package,libungif))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user