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