summaryrefslogtreecommitdiff
path: root/cmake/debian/postrm.in
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/debian/postrm.in')
-rwxr-xr-xcmake/debian/postrm.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/cmake/debian/postrm.in b/cmake/debian/postrm.in
new file mode 100755
index 000000000..b780602a7
--- /dev/null
+++ b/cmake/debian/postrm.in
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+if [ "$1" = "remove" ]; then
+ ldconfig
+fi