tuxtype, add postinstall script (#6768)

Somehow tuxtype doesn't seem to create them on first launch
This commit is contained in:
Schrijvers Luc
2022-03-26 14:54:07 +01:00
committed by GitHub
parent 1bfdbe204f
commit d7854aa64b
2 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/sh
mkdir -p var/tuxtype/words
mkdir -p system/settings/tuxtype

View File

@@ -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"