Add bash-completion in the install

This commit is contained in:
lupoDharkael
2017-12-14 21:10:13 +01:00
parent fb8112a2a4
commit 5ba50ebf1d
2 changed files with 5 additions and 1 deletions

View File

@@ -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
}