mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
tuxtype, add postinstall script (#6768)
Somehow tuxtype doesn't seem to create them on first launch
This commit is contained in:
4
games-kids/tuxtype/additional-files/create-tuxtype-directories.sh
Executable file
4
games-kids/tuxtype/additional-files/create-tuxtype-directories.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
mkdir -p var/tuxtype/words
|
||||
mkdir -p system/settings/tuxtype
|
||||
@@ -6,7 +6,7 @@ HOMEPAGE="https://www.tux4kids.com/tuxtyping.html"
|
||||
COPYRIGHT="2000-2014 Sam Hart, Jesse D. Andrews
|
||||
2014 David Bruce"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/tux4kids/tuxtype/archive/refs/tags/upstream/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="c1abea756ad8fa1e9217f9dea63e7de5fe536022c6984dc438c65d9a1afb92bb"
|
||||
SOURCE_DIR="tuxtype-upstream-$portVersion"
|
||||
|
||||
Reference in New Issue
Block a user