diff options
Diffstat (limited to 'debian/postinst')
-rwxr-xr-x | debian/postinst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/postinst b/debian/postinst index e8ab6aee6..9f0a3d523 100755 --- a/debian/postinst +++ b/debian/postinst @@ -23,6 +23,8 @@ check_apt_conf () # this is for future expansion } +#DEBHELPER# + case "$1" in configure) ldconfig @@ -41,5 +43,3 @@ case "$1" in /usr/sbin/dhelp_parse -a /usr/doc/apt fi esac - -#DEBHELPER# |