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