diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:02:58 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:02:58 +0000 |
commit | 1f64c1c02100e6c9ddff843e1b9c5face501d0e5 (patch) | |
tree | a6ccd385e14b335974b7b69b2b20c700e6889763 /debian/postinst | |
parent | d4b8718cb3b620ee2b48325097f7f344d688c13a (diff) |
* Update to debhelper compatibility level 3
Author: mdz
Date: 2003-08-09 19:15:22 GMT
* Update to debhelper compatibility level 3
- remove ldconfig calls from debian/{postinst,postrm} as dh_makeshlibs
will add them
- echo 3 > debian/compat
Diffstat (limited to 'debian/postinst')
-rwxr-xr-x | debian/postinst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/postinst b/debian/postinst index 274724cdb..891792111 100755 --- a/debian/postinst +++ b/debian/postinst @@ -25,7 +25,6 @@ check_apt_conf () case "$1" in configure) - ldconfig # # If there is no /etc/apt/sources.list then create a default # |