Dependency install script fixes
This commit is contained in:
parent
8c051d2a05
commit
b6600f9b33
|
@ -8,7 +8,7 @@ Homepage: http://www.verdnatura.es
|
|||
|
||||
Package: vn-mysql
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, mysql-server (>= 5.5.27) | mariadb-galera-server (>= 5.5.27) | mariadb-server (>= 5.5.27), libglib2.0-0
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}, mysql-server (>= 5.5.27) | mariadb-galera-server (>= 5.5.27) | mariadb-server (>= 5.5.27), libglib2.0-0
|
||||
Description: MySQL plugins
|
||||
This package contains some useful MySQL plugins
|
||||
developed by Verdnatura.
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#! /bin/sh
|
||||
set -e
|
||||
|
||||
chown mysql:mysql /etc/mysql/proxy-auth.sql
|
||||
chmod u=rw,go-rwx /etc/mysql/proxy-auth.sql
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
#! /bin/sh
|
||||
|
||||
#service mysql restart
|
||||
exit 0
|
Reference in New Issue