blob: e353789b6c72c4e134d273cb6aa19edce2fd3991 (
plain)
1
2
3
4
5
6
7
|
post_install() {
printf "generating BHTree files for disc with warp\n"
echo 'Y' | galaxia -s warp
printf "generating BHTree files for disc with nowarp\n"
echo 'Y' | galaxia -s nowarp
return 0
}
|