From 82a39958ded1bfc014069e716d465807bf63e115 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 31 Mar 2012 19:55:19 -0400 Subject: rename packages from SQLite to SQLCipher --- debian/libsqlcipher0.postinst | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 debian/libsqlcipher0.postinst (limited to 'debian/libsqlcipher0.postinst') 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# -- cgit v1.2.3