diff options
author | Adrian Thurston <thurston@colm.net> | 2016-12-05 12:35:31 -0500 |
---|---|---|
committer | Adrian Thurston <thurston@colm.net> | 2016-12-05 12:35:31 -0500 |
commit | 93cb6a1c9ea51335118f9342a93a5c23d7f2f8c9 (patch) | |
tree | 88328e57147eca31d50312d1b374899487600f8f | |
parent | 5cc9957d90ed1cb1471f5a7d97e97be9beef79f6 (diff) | |
download | colm-93cb6a1c9ea51335118f9342a93a5c23d7f2f8c9.tar.gz |
call ldconfig in a postinst, since we now export a shared lib
-rw-r--r-- | package/postinst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/postinst b/package/postinst new file mode 100644 index 00000000..f068a7e1 --- /dev/null +++ b/package/postinst @@ -0,0 +1,6 @@ +#!/bin/bash +# + +ldconfig + +exit 0 |