mariadb/debian/mariadb-plugin-columnstore.postinst
Roman Nozdrin 1e7a68f84a Both RPM and DEB now restart MDB uninstalling the plugin.
Both RPM and DEB now conflicts on previous versions of MCS.

    Trim .deb packaging.

    MCS now depends on python. Python version varies in distributions.
2020-06-19 21:04:18 +02:00

10 lines
145 B
Bash

#!/bin/bash
set -e
# Install ColumnStore
columnstore-post-install --rpmmode=install
echo "MariaDB ColumnStore install completed"
#DEBHELPER#