Skip to content

Commit

Permalink
Install completion script to bash-completions (#4)
Browse files Browse the repository at this point in the history
Installing the ign completion script to
/usr/share/bash-completion/completions/
should allow it to be used automatically.

Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters committed Mar 11, 2022
1 parent e819c81 commit dba5ace
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ubuntu/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Section: science
Priority: optional
Build-Depends: debhelper (>= 11),
cmake,
dh-exec,
gem2deb,
libbackward-cpp-dev,
ruby,
Expand Down
2 changes: 2 additions & 0 deletions ubuntu/debian/ignition-tools.install
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
#!/usr/bin/dh-exec
usr/bin/*
usr/lib/*/libignition-tools-backward.so
etc/ign.bash_completion.sh => /usr/share/bash-completion/completions/ign

0 comments on commit dba5ace

Please sign in to comment.