From d495bf42807c301da579e5de2ffcb39ea73df928 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Otto=20Kek=C3=A4l=C3=A4inen?= Date: Sun, 9 Oct 2016 14:43:34 +0300 Subject: MDEV-6284: Spliy Mroonga, Spider and TokuDB into their own packages Also each package has it's own maintainer scripts to install and uninstall them. --- debian/mariadb-plugin-spider.postinst | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 debian/mariadb-plugin-spider.postinst (limited to 'debian/mariadb-plugin-spider.postinst') diff --git a/debian/mariadb-plugin-spider.postinst b/debian/mariadb-plugin-spider.postinst new file mode 100644 index 00000000000..5e43d38226c --- /dev/null +++ b/debian/mariadb-plugin-spider.postinst @@ -0,0 +1,12 @@ +#!/bin/sh + +set -e + +# Install Spider +# No user or password parameter is required with new MariaDB that +# has unix socket authentication support by default. +mysql < /usr/share/mysql/install_spider.sql || true +# Always exit with success instead of leaving dpkg in a broken state + + +#DEBHELPER# -- cgit v1.2.1