summaryrefslogtreecommitdiffstats
path: root/debian/mariadb-plugin-mroonga.postinst
blob: a4ac6ca9569514e6b819f3e6677315d2cba80064 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e

# Install Mroonga
mariadb --defaults-file=/etc/mysql/debian.cnf < /usr/share/mysql/mroonga/install.sql || true
# Always exit with success instead of leaving dpkg in a broken state


#DEBHELPER#