aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/distpackages/templates/libgrpc/DEBIAN/postinst
blob: 379f1fae0c1af00a36f211b27f094b44eeeedc24 (plain)
1
2
3
4
5
6
7
#!/bin/sh
set -e
# Automatically added by dh_makeshlibs
if [ "$1" = "configure" ]; then
	ldconfig
fi
# End automatically added section