mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
320a4b52c9
These are mainly internal files so is a low impact change. The few scripts/mysql*sql where renames to mariadb_* prefix on the name. mysql-test renamed to mariadb-test in the final packages
10 lines
219 B
Bash
10 lines
219 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
# Uninstall Mroonga
|
|
mariadb --defaults-file=/etc/mysql/debian.cnf < /usr/share/mariadb/mroonga/uninstall.sql || true
|
|
# Always exit with success instead of leaving dpkg in a broken state
|
|
|
|
|
|
#DEBHELPER#
|