#!/bin/sh

set -e

if ! grep /usr/lib/happycoders /etc/ld.so.conf; then
  echo /usr/lib/happycoders >> /etc/ld.so.conf
fi

if [ "$1" = "configure" ]; then
  ldconfig
fi

#DEBHELPER#
