mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
1e7a68f84a
Both RPM and DEB now conflicts on previous versions of MCS. Trim .deb packaging. MCS now depends on python. Python version varies in distributions.
10 lines
145 B
Bash
10 lines
145 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
# Install ColumnStore
|
|
columnstore-post-install --rpmmode=install
|
|
|
|
echo "MariaDB ColumnStore install completed"
|
|
|
|
#DEBHELPER#
|