mariadb/debian/mariadb-plugin-columnstore.prerm
Roman Nozdrin 1e7a68f84a Both RPM and DEB now restart MDB uninstalling the plugin.
Both RPM and DEB now conflicts on previous versions of MCS.

    Trim .deb packaging.

    MCS now depends on python. Python version varies in distributions.
2020-06-19 21:04:18 +02:00

9 lines
68 B
Bash

#!/bin/bash
set -e
columnstore-pre-uninstall
exit 0
#DEBHELPER#