From 5ba50ebf1da5249ed2897ec6f9aa7ca8511563eb Mon Sep 17 00:00:00 2001 From: lupoDharkael Date: Thu, 14 Dec 2017 21:10:13 +0100 Subject: [PATCH] Add bash-completion in the install --- bash_completion => docs/bash-completion/flameshot | 0 flameshot.pro | 6 +++++- 2 files changed, 5 insertions(+), 1 deletion(-) rename bash_completion => docs/bash-completion/flameshot (100%) diff --git a/bash_completion b/docs/bash-completion/flameshot similarity index 100% rename from bash_completion rename to docs/bash-completion/flameshot diff --git a/flameshot.pro b/flameshot.pro index 5f63a1e7..9d6642ca 100644 --- a/flameshot.pro +++ b/flameshot.pro @@ -175,6 +175,9 @@ unix: { icon.path = $${BASEDIR}$${USRPATH}/share/icons/ icon.files = img/flameshot.png + completion.path = /usr/share/bash-completion/completions/ + completion.files = docs/bash-completion/flameshot + desktopentry.path = $${BASEDIR}$${USRPATH}/share/applications desktopentryinit.path = $${BASEDIR}$${USRPATH}/share/applications desktopentryconfig.path = $${BASEDIR}$${USRPATH}/share/applications @@ -199,6 +202,7 @@ unix: { desktopentryconfig \ qmfile \ servicedbus \ - dbus + dbus \ + completion }