mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-10-30 16:01:59 +01:00
9 lines
169 B
Bash
9 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
|