summaryrefslogtreecommitdiff
path: root/upstream/tea/pkgIndex.tcl.in
blob: bc585f73b3007cf63086532cddc38bfe4a246236 (plain)
1
2
3
4
5
6
7
#
# Tcl package index file
#
# Note sqlite*3* init specifically
#
package ifneeded sqlite3 @PACKAGE_VERSION@ \
    [list load [file join $dir @PKG_LIB_FILE@] Sqlite3]