diff options
Diffstat (limited to 'debian/libsqlcipher0.postinst')
| -rw-r--r-- | debian/libsqlcipher0.postinst | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/debian/libsqlcipher0.postinst b/debian/libsqlcipher0.postinst new file mode 100644 index 0000000..fea4184 --- /dev/null +++ b/debian/libsqlcipher0.postinst @@ -0,0 +1,10 @@ +#!/bin/sh + +set -e + +if [ "$1" = "configure" ] +then +	ldconfig +fi + +#DEBHELPER# | 
