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

/sbin/ldconfig

exit 0