#!/bin/sh
# Example module for command-not-found
#
# Environment variables:
#   CNF_COMMAND        - command after layout correction
#   CNF_PKGLIST_DIR    - path to apt package lists
#   CNF_PKGLIST_QUERY  - path to pkglist-query binary
#   CNF_VERSION        - version of command-not-found
#
# Exit codes:
#   0 - command handled, output shown, standard response suppressed
#   1 - not handled, command-not-found continues

exit 1
