# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/openttd/openttd.conf # Copyright (C) 2004 - 2024 The T2 SDE Project # # This Copyright note is generated by scripts/Create-CopyPatch, # more information can be found in the files COPYING and README. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2. # --- T2-COPYRIGHT-NOTE-END --- install_gfx() { install -d $root$datadir/games/openttd/data unzip -d $builddir $archdir/opengfx-7.1-all.zip tar -C $builddir -xvf $builddir/opengfx-7.1.tar cp $builddir/opengfx-7.1/*.{grf,obg} $root$datadir/games/openttd/data } hook_add postinstall 5 "install_gfx" install_sfx() { install -d $root$datadir/games/openttd/data unzip -d $builddir $archdir/opensfx-1.0.3-all.zip tar -C $builddir -xvf $builddir/opensfx-1.0.3.tar cp $builddir/opensfx-1.0.3/*.{cat,obs} $root$datadir/games/openttd/data } hook_add postinstall 5 "install_sfx"