1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-19 17:25:17 +03:00
aports/testing/goxel/goxel.post-install
2024-06-20 12:49:34 +00:00

8 lines
169 B
Bash

#!/bin/sh
cat >&2 <<-EOF
* For GUI file selection dialogs, please install kdialog, yad or zenity.
* File selection will otherwise be done by console input.
EOF
exit 0