~ubuntu-core-dev/command-not-found/ubuntu

1 by Zygmunt Krynicki
Orig
1
# (c) Zygmunt Krynicki 2005,
2
# Licensed under GPL, see COPYING for the whole text
3
#
4
# This script will look-up command in the database and suggest
5
# installation of packages available from the repository
6
7
command_not_found_handle() {
29.1.8 by zyga at sentivision
Moved command-not-found to /usr/lib
8
  /usr/bin/python /usr/lib/command-not-found -- "$1" || return 127
1 by Zygmunt Krynicki
Orig
9
}