summarylogtreecommitdiffstats
path: root/msodbcsql.install
diff options
context:
space:
mode:
Diffstat (limited to 'msodbcsql.install')
-rw-r--r--msodbcsql.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/msodbcsql.install b/msodbcsql.install
new file mode 100644
index 000000000000..e256377694c3
--- /dev/null
+++ b/msodbcsql.install
@@ -0,0 +1,7 @@
+post_install() {
+ odbcinst -i -d -f opt/microsoft/msodbcsql/13.0.0.0/template.ini
+}
+
+post_upgrade() {
+ post_install
+}