Files
server/var/lib/dpkg/info/unixodbc-common.postinst
2026-01-07 20:52:11 +01:00

10 lines
127 B
Bash
Executable File

#!/bin/sh
set -e
if [ "$1" = configure ] && [ -z "$2" ] && [ ! -e /etc/odbcinst.ini ]; then
touch /etc/odbcinst.ini
fi