We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ea4c4c + 7e33bb8 commit 7a0e976Copy full SHA for 7a0e976
1 file changed
packaging/nfpm/libdoltlite0.yaml
@@ -32,3 +32,12 @@ contents:
32
mode: 0644
33
- src: LICENSE.md
34
dst: /usr/share/doc/libdoltlite0/copyright
35
+
36
+# Standard Debian shared-library hook: dpkg runs ldconfig in postinst so
37
+# /etc/ld.so.cache picks up libdoltlite.so.0 right after install. Without
38
+# this, the package-smoke check sees libdoltlite not registered with
39
+# ldconfig — and so would every user who only does `dpkg -i`.
40
+deb:
41
+ triggers:
42
+ interest_noawait:
43
+ - ldconfig
0 commit comments