diff options
Diffstat (limited to 'control.sh')
-rwxr-xr-x | control.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/control.sh b/control.sh index c52aef3ba..8a1f2c7ff 100755 --- a/control.sh +++ b/control.sh @@ -139,6 +139,12 @@ Homepage: $(cat "${PKG_DATA}/_metadata/homepage") EOF fi +if [[ -e ${PKG_DATA}/_metadata/depiction ]]; then + cat <<EOF +Depiction: $(cat "${PKG_DATA}/_metadata/depiction") +EOF +fi + if [[ $1 == status || $1 == available ]]; then echo fi |