blob: d4ddaa53156bf629c280b40612eb87c7f730c52f (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/sh
set -e
# Install Spider
mysql --defaults-file=/etc/mysql/debian.cnf < /usr/share/mysql/install_spider.sql || true
# Always exit with success instead of leaving dpkg in a broken state
#DEBHELPER#
|