summaryrefslogtreecommitdiff
path: root/cmake/Packaging/postrm.in
blob: b780602a7bdde32b006d9223ff23eec69213a364 (plain)
1
2
3
4
5
#!/bin/sh

if [ "$1" = "remove" ]; then
    ldconfig
fi