summaryrefslogtreecommitdiff
path: root/debian/postinst
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:58:44 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:58:44 +0000
commit9516b56548addb4db90af8cd5f20292481f81480 (patch)
treecf60ea65b6cc846259d86382d133c64f95ff58c1 /debian/postinst
parent7d6f9f8ffb7ba9caf7cc25dc102c59616150f36e (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/postinst')
-rwxr-xr-xdebian/postinst2
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 ()