10 lines
165 B
Makefile
10 lines
165 B
Makefile
|
preinstall:
|
||
|
|
||
|
postinstall:
|
||
|
chroot $(CHROOT) /usr/bin/mysqladmin -u root password ''
|
||
|
chroot $(CHROOT) /usr/bin/mysqladmin -u root -h localhost password ''
|
||
|
|
||
|
|
||
|
clean:
|
||
|
|