diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:58:44 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:58:44 +0000 |
commit | 9516b56548addb4db90af8cd5f20292481f81480 (patch) | |
tree | cf60ea65b6cc846259d86382d133c64f95ff58c1 /debian | |
parent | 7d6f9f8ffb7ba9caf7cc25dc102c59616150f36e (diff) |
Fixed /usr/doc reference in postinst
Author: jgg
Date: 2001-12-07 05:50:58 GMT
Fixed /usr/doc reference in postinst
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/postinst b/debian/postinst index 9f0a3d523..ee5ceac2f 100755 --- a/debian/postinst +++ b/debian/postinst @@ -14,7 +14,7 @@ create_apt_conf () { echo "/etc/apt/sources.list does not exist; creating a default setup." - cp /usr/doc/apt/examples/sources.list /etc/apt/sources.list + cp /usr/share/doc/apt/examples/sources.list /etc/apt/sources.list } check_apt_conf () |