diff options
author | Junichi Uekawa <dancer@netfort.gr.jp> | 2008-03-15 10:23:15 +0900 |
---|---|---|
committer | Junichi Uekawa <dancer@netfort.gr.jp> | 2008-03-15 10:23:15 +0900 |
commit | 1cb756ef70707eb1e03de22dc1ab7b775658acaf (patch) | |
tree | ef557b5fc25271f46ac95bf87188759b7f317eee | |
parent | fcb1a0f5ff254c82c0f126e19e63c8817579fecd (diff) | |
download | pbuilder-1cb756ef70707eb1e03de22dc1ab7b775658acaf.tar pbuilder-1cb756ef70707eb1e03de22dc1ab7b775658acaf.tar.gz |
it's a config script, not a postinst.
-rwxr-xr-x | debian/pbuilder.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/pbuilder.config b/debian/pbuilder.config index 0b5d615..de975b0 100755 --- a/debian/pbuilder.config +++ b/debian/pbuilder.config @@ -91,7 +91,7 @@ case "$1" in ;; *) - echo "postinst called with unknown argument \`$1'" >&2 + echo "config script called with unknown argument \`$1'" >&2 exit 1 ;; esac |