mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 18:20:07 +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.
9 lines
68 B
Bash
9 lines
68 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
columnstore-pre-uninstall
|
|
|
|
exit 0
|
|
|
|
#DEBHELPER#
|