File: libsqliteodbc.prerm

package info (click to toggle)
sqliteodbc 0.99991-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,940 kB
  • sloc: ansic: 59,139; sh: 12,780; makefile: 952; sql: 313
file content (9 lines) | stat: -rw-r--r-- 155 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh

# mostly for lintian, and/or debhelper fragments below.
set -e

odbcinst -u -d -n SQLITE || true
odbcinst -u -d -n SQLITE3 || true

#DEBHELPER#