blob: b64ea06414276af6b10da444905a664786c478d6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/sh
set -e
# Install 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#
|