summaryrefslogtreecommitdiff
path: root/upstream/tea/pkgIndex.tcl.in
diff options
context:
space:
mode:
Diffstat (limited to 'upstream/tea/pkgIndex.tcl.in')
-rw-r--r--upstream/tea/pkgIndex.tcl.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/upstream/tea/pkgIndex.tcl.in b/upstream/tea/pkgIndex.tcl.in
new file mode 100644
index 0000000..bc585f7
--- /dev/null
+++ b/upstream/tea/pkgIndex.tcl.in
@@ -0,0 +1,7 @@
+#
+# Tcl package index file
+#
+# Note sqlite*3* init specifically
+#
+package ifneeded sqlite3 @PACKAGE_VERSION@ \
+ [list load [file join $dir @PKG_LIB_FILE@] Sqlite3]