~mvo/command-not-found/snap-support

« back to all changes in this revision

Viewing changes to bash_command_not_found

* data/suggestions.d:
  - removed
* CommandNotFound/CommandNotFound.py:
  - fix typo in string substitution (LP: #131435)
* setup.py:
  - move to /usr/lib, no end-user application

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
# installation of packages available from the repository
6
6
 
7
7
command_not_found_handle() {
8
 
  command-not-found -- "$1" || return 127
 
8
  /usr/bin/python /usr/lib/command-not-found -- "$1" || return 127
9
9
}