mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-11-02 01:11:31 +01:00
8 lines
122 B
Bash
8 lines
122 B
Bash
#!/bin/sh
|
|
|
|
cat >&2 <<- __EOF__
|
|
* NOTE: Built-in themes are split into a separate package, kvantum-themes.
|
|
__EOF__
|
|
|
|
exit 0
|