about summary refs log tree commit diff
path: root/buildtools/debian/postinst
blob: 60836d52acd704fca219ff5dd7fc94ccf60876d6 (plain) (blame)
1
2
3
4
5
#!/bin/sh
set -e
if [ "$1" = "configure" ]; then
  ldconfig
fi