diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:28 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:28 +0000 |
commit | ed3dc989ebabe915888de3ffd83cbe5be0f99444 (patch) | |
tree | 5209e293d4442f8f9d87778b86601a86d50e311a /debian | |
parent | fd9bd3dc10222775842c5f7357f58431142c2cd1 (diff) |
Add ldconfig to postinst script under configure argument
Author: che
Date: 1999-01-25 22:58:01 GMT
Add ldconfig to postinst script under configure argument
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/postinst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/postinst b/debian/postinst index d36c5a705..3de054186 100755 --- a/debian/postinst +++ b/debian/postinst @@ -34,6 +34,7 @@ check_apt_conf () case "$1" in configure) + ldconfig # # If there is no /etc/apt/sources.list then create a default # |