diff options
Diffstat (limited to 'cmake/Packaging/postrm.in')
-rwxr-xr-x | cmake/Packaging/postrm.in | 5 |
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 |