mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
helpers: remove completion-helper on uninstall
+ And add it to CLEANFILES
This commit is contained in:
parent
c6e3c859a4
commit
87130f3287
1 changed files with 7 additions and 0 deletions
|
@ -13,6 +13,9 @@ install-data-hook:
|
||||||
mv `echo "gst-completion-helper-" | sed '$(transform)'`@GST_API_VERSION@$(EXEEXT) \
|
mv `echo "gst-completion-helper-" | sed '$(transform)'`@GST_API_VERSION@$(EXEEXT) \
|
||||||
$(DESTDIR)$(BASH_HELPERS_DIR)/gst-completion-helper-@GST_API_VERSION@$(EXEEXT)
|
$(DESTDIR)$(BASH_HELPERS_DIR)/gst-completion-helper-@GST_API_VERSION@$(EXEEXT)
|
||||||
chmod 755 $(DESTDIR)$(BASH_HELPERS_DIR)/gst-completion-helper-@GST_API_VERSION@$(EXEEXT)
|
chmod 755 $(DESTDIR)$(BASH_HELPERS_DIR)/gst-completion-helper-@GST_API_VERSION@$(EXEEXT)
|
||||||
|
|
||||||
|
uninstall-hook:
|
||||||
|
rm -f $(DESTDIR)$(BASH_HELPERS_DIR)/gst-completion-helper-@GST_API_VERSION@$(EXEEXT)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
helpers_PROGRAMS = gst-plugin-scanner
|
helpers_PROGRAMS = gst-plugin-scanner
|
||||||
|
@ -34,3 +37,7 @@ Android.mk: Makefile.am
|
||||||
# clean out the old one to make sure everything is udpated correctly
|
# clean out the old one to make sure everything is udpated correctly
|
||||||
# remove again after release
|
# remove again after release
|
||||||
CLEANFILES = plugin-scanner
|
CLEANFILES = plugin-scanner
|
||||||
|
|
||||||
|
if ENABLE_BASH_COMPLETION
|
||||||
|
CLEANFILES += gst-completion-helper-@GST_API_VERSION@
|
||||||
|
endif
|
||||||
|
|
Loading…
Reference in a new issue