You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/i3blocks/files/i3blocks-disable-bash-compl...

18 lines
396 B

--- a/Makefile.am
+++ b/Makefile.am
@@ -29,14 +29,3 @@
dist_sysconf_DATA = \
i3blocks.conf
-
-if ENABLE_BASH_COMPLETION
-bashcompletiondir = $(BASH_COMPLETION_DIR)
-bashcompletion_DATA = bash-completion
-
-install-data-local:
- ( cd '$(DESTDIR)$(BASH_COMPLETION_DIR)' && mv bash-completion i3blocks )
-
-uninstall-local:
- ( cd '$(DESTDIR)$(BASH_COMPLETION_DIR)' && rm -rf i3blocks )
-endif