summaryrefslogtreecommitdiff
path: root/debian/libsqlcipher0.postinst
diff options
context:
space:
mode:
authorHans-Christoph Steiner <hans@eds.org>2012-03-31 19:55:19 -0400
committerHans-Christoph Steiner <hans@eds.org>2012-03-31 21:33:26 -0400
commit82a39958ded1bfc014069e716d465807bf63e115 (patch)
tree0f787009f3dce89a5d7edc6cba0d072cc31d5a09 /debian/libsqlcipher0.postinst
parent67eedee1f3f4419a9ded56b1990ff48800c00711 (diff)
rename packages from SQLite to SQLCipher
Diffstat (limited to 'debian/libsqlcipher0.postinst')
-rw-r--r--debian/libsqlcipher0.postinst10
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#