From 4bc22e8b188aa26df8b1a23c39bb0f3c5b05b8b6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 28 Mar 2013 14:13:18 -0500 Subject: Split raring packaging into new directory due to defoma changes --- ubuntu/raring/applications/kerry/debian/postinst | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ubuntu/raring/applications/kerry/debian/postinst (limited to 'ubuntu/raring/applications/kerry/debian/postinst') diff --git a/ubuntu/raring/applications/kerry/debian/postinst b/ubuntu/raring/applications/kerry/debian/postinst new file mode 100644 index 000000000..98c4063a3 --- /dev/null +++ b/ubuntu/raring/applications/kerry/debian/postinst @@ -0,0 +1,12 @@ +#!/bin/sh +# postinst script for kerry-trinity + +set -e + +if [ "$1" = "configure" ] ; then + ldconfig +fi + +#DEBHELPER# + +exit 0 -- cgit v1.2.1