aboutsummaryrefslogtreecommitdiff
path: root/packages/ubuntu/debian/postrm
blob: 3347514a19d84d1c3cd956fe8018fcac66234ec1 (plain)
1
2
3
4
5
6
7
#!/bin/sh -e

set -e

/sbin/ldconfig

exit 0