File: libsqliteodbc.prerm

package info (click to toggle)
sqliteodbc 0.91-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 6,412 kB
  • sloc: ansic: 34,510; sh: 11,960; makefile: 582; sql: 313
file content (10 lines) | stat: -rw-r--r-- 128 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e

if [ -x /usr/bin/odbcinst ]; then
    odbcinst -u -d -n SQLite
    odbcinst -u -d -n SQLite3
fi

#DEBHELPER#