File: unixodbc-common.postinst

package info (click to toggle)
unixodbc 2.3.12-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,960 kB
  • sloc: ansic: 87,271; makefile: 1,126; sh: 1,059; yacc: 974; sql: 1
file content (9 lines) | stat: -rw-r--r-- 138 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

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

#DEBHELPER#