mariadb-plugin-spider.postinst 209 Bytes
Newer Older
1 2 3 4 5
#!/bin/sh

set -e

# Install Spider
6
mysql --defaults-file=/etc/mysql/debian.cnf < /usr/share/mysql/install_spider.sql || true
7 8 9 10
# Always exit with success instead of leaving dpkg in a broken state


#DEBHELPER#