mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-12-08 23:03:46 +00:00
6 lines
132 B
Text
6 lines
132 B
Text
|
post_install()
|
||
|
{
|
||
|
echo "To use MySQL, you should install mysql package and run '/usr/sbin/openser_mysql.sh create'"
|
||
|
/bin/true
|
||
|
}
|