#!/bin/sh set -e if [ "$1" = configure ] && dpkg --compare-versions "$2" lt 2.3.1 \ && [ ! -e /etc/odbcinst.ini ] then touch /etc/odbcinst.ini fi