#!/bin/sh

set -e

if [ -x /usr/bin/odbcinst ]; then
    odbcinst -i -d -f /usr/share/sqliteodbc/unixodbc.ini
fi

#DEBHELPER#
