mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-05 05:57:14 +02:00
8 lines
169 B
Bash
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
|