aports/community/grlx/grlx-sprout.post-install
2025-02-23 19:52:18 +00:00

11 lines
215 B
Bash

#!/bin/sh
cat <<EOF
*
* grlx-sprout expects /srv/grlx/sprout to exist.
* This directory is not automatically created.
*
* This can be corrected with the following commands:
* mkdir -p /srv/grlx/sprout
*
EOF