summaryrefslogtreecommitdiff
path: root/debian/libbmm0u.postinst.debhelper
diff options
context:
space:
mode:
Diffstat (limited to 'debian/libbmm0u.postinst.debhelper')
-rw-r--r--debian/libbmm0u.postinst.debhelper5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/libbmm0u.postinst.debhelper b/debian/libbmm0u.postinst.debhelper
new file mode 100644
index 0000000..3d89d3e
--- /dev/null
+++ b/debian/libbmm0u.postinst.debhelper
@@ -0,0 +1,5 @@
+# Automatically added by dh_makeshlibs
+if [ "$1" = "configure" ]; then
+ ldconfig
+fi
+# End automatically added section