DEBSOURCES
Skip Quicknav
sources / unixodbc / 2.3.12-2 / debian / unixodbc-common.postinst
123456789
#!/bin/sh set -e if [ "$1" = configure ] && [ -z "$2" ] && [ ! -e /etc/odbcinst.ini ]; then touch /etc/odbcinst.ini fi #DEBHELPER#