Skip to content
Snippets Groups Projects
Commit 880df4c3 authored by Thomas Moulard's avatar Thomas Moulard
Browse files

Remove useless ldconfig call.

parent b2ae1ce3
No related branches found
No related tags found
1 merge request!1[major][cpp] starting point to integrate pinocchio
......@@ -15,6 +15,12 @@ export DEB_BUILD_OPTIONS=nocheck
override_dh_auto_configure:
dh_auto_configure -- -DGENERATE_DOC=ON
# Remove useless ldconfig call.
override_dh_makeshlibs:
dh_makeshlibs --
rm debian/libsot-dynamic1.0.0.99.postinst.debhelper
rm debian/libsot-dynamic1.0.0.99.postrm.debhelper
# FIXME: this is only necessary because some binaries are linked against
# plug-ins.
# Teach dh_shlibdeps where the plug-in are located.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment