mirror of https://github.com/grpc/grpc.git
parent
81a14e8983
commit
4720babdb2
10 changed files with 22 additions and 3 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,7 @@ |
|||||||
|
#!/bin/sh |
||||||
|
set -e |
||||||
|
# Automatically added by dh_makeshlibs |
||||||
|
if [ "$1" = "configure" ]; then |
||||||
|
ldconfig |
||||||
|
fi |
||||||
|
# End automatically added section |
@ -0,0 +1,7 @@ |
|||||||
|
#!/bin/sh |
||||||
|
set -e |
||||||
|
# Automatically added by dh_makeshlibs |
||||||
|
if [ "$1" = "remove" ]; then |
||||||
|
ldconfig |
||||||
|
fi |
||||||
|
# End automatically added section |
@ -0,0 +1,3 @@ |
|||||||
|
libgpr 0 |
||||||
|
libgrpc 0 |
||||||
|
libgrpc_unsecure 0 |
Binary file not shown.
Loading…
Reference in new issue