mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-05-31 11:41:14 +03:00
13 lines
176 B
Bash
13 lines
176 B
Bash
rpmmode=install
|
|
if [ "$1" -eq "$1" 2> /dev/null ]; then
|
|
if [ $1 -ne 1 ]; then
|
|
rpmmode=upgrade
|
|
fi
|
|
fi
|
|
|
|
prefix=/usr/local
|
|
|
|
echo "MariaDB ColumnStore RPM install completed"
|
|
|
|
|