You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
7 lines
178 B
Bash
7 lines
178 B
Bash
|
|
if [ "$1" == "2" ]; then
|
|
/bin/cp -f /etc/columnstore/storagemanager.cnf /etc/columnstore/storagemanager.cnf.rpmsave > /dev/null 2>&1
|
|
columnstore-pre-uninstall
|
|
fi
|
|
exit 0
|