mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
f127fb9807
Closes #1407
10 lines
215 B
Bash
Executable file
10 lines
215 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
# Uninstall Mroonga
|
|
mysql --defaults-file=/etc/mysql/debian.cnf < /usr/share/mysql/mroonga/uninstall.sql || true
|
|
# Always exit with success instead of leaving dpkg in a broken state
|
|
|
|
|
|
#DEBHELPER#
|