mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-04-26 11:48:52 +03:00
11 lines
187 B
Bash
11 lines
187 B
Bash
rpmmode=install
|
|
if [ "$1" -eq "$1" 2> /dev/null ]; then
|
|
if [ $1 -ne 1 ]; then
|
|
rpmmode=upgrade
|
|
fi
|
|
fi
|
|
|
|
mkdir -p /var/lib/columnstore/local
|
|
columnstore-post-install --rpmmode=$rpmmode
|
|
|