Browse Source

Fixed /usr/doc reference in postinst
Author: jgg
Date: 2001-12-07 05:50:58 GMT
Fixed /usr/doc reference in postinst

Arch Librarian 22 years ago
parent
commit
9516b56548
1 changed files with 1 additions and 1 deletions
  1. 1 1
      debian/postinst

+ 1 - 1
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 ()