diff options
Diffstat (limited to 'ubuntu/raring/applications/kerry/debian/postinst')
-rw-r--r-- | ubuntu/raring/applications/kerry/debian/postinst | 12 |
1 files changed, 12 insertions, 0 deletions
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 |