From 3b46f321c9f09ba5c674d5e9a083cfd0ba282c84 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Sun, 27 Oct 2019 22:50:41 +0100 Subject: [PATCH] Force bash_completion update --- install | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install b/install index 48db4cb..26ebb1e 100755 --- a/install +++ b/install @@ -427,6 +427,7 @@ wo_install() { python3 -m pip install --upgrade wordops cp -rf /usr/local/lib/python3.*/dist-packages/usr/* /usr/ cp -rn /usr/local/lib/python3.*/dist-packages/etc/* /etc/ + cp -f /usr/local/lib/python3.*/dist-packages/etc/bash_completion.d/wo_auto.rc /etc/bash_completion.d/wo_auto.rc } @@ -445,8 +446,9 @@ wo_travis_install() { else python3 -m pip install git+git://github.com/WordOps/WordOps.git@$wo_branch #egg=wordops -U fi - cp -rn /usr/local/lib/python3.*/dist-packages/usr/* /usr/ + cp -rf /usr/local/lib/python3.*/dist-packages/usr/* /usr/ cp -rn /usr/local/lib/python3.*/dist-packages/etc/* /etc/ + cp -f /usr/local/lib/python3.*/dist-packages/etc/bash_completion.d/wo_auto.rc /etc/bash_completion.d/wo_auto.rc }