mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
5 lines
132 B
Text
5 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
|
|
}
|