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