From 9516b56548addb4db90af8cd5f20292481f81480 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:58:44 +0000 Subject: Fixed /usr/doc reference in postinst Author: jgg Date: 2001-12-07 05:50:58 GMT Fixed /usr/doc reference in postinst --- debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/postinst') 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 () -- cgit v1.2.3