mysql-server-mroonga.prerm 138 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
#! /bin/sh

set -e

cat /usr/share/mroonga/uninstall.sql | \
    mysql --defaults-file=/etc/mysql/debian.cnf || true

#DEBHELPER#

exit 0