mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 15:24:16 +01:00
10 lines
138 B
Bash
Executable file
10 lines
138 B
Bash
Executable file
#! /bin/sh
|
|
|
|
set -e
|
|
|
|
cat /usr/share/mroonga/uninstall.sql | \
|
|
mysql --defaults-file=/etc/mysql/debian.cnf || true
|
|
|
|
#DEBHELPER#
|
|
|
|
exit 0
|