diff options
-rwxr-xr-x | control.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/control.sh b/control.sh index fca5380ee..9ab5022ac 100755 --- a/control.sh +++ b/control.sh @@ -88,6 +88,12 @@ if [[ ${comma+@} == @ ]]; then echo fi +if [[ -e ${PKG_DATA}/_metadata/conflicts ]]; then + cat <<EOF +Conflicts: $(cat "${PKG_DATA}/_metadata/conflicts") +EOF +fi + cat <<EOF Description: $(head -n 1 "${PKG_DATA}/_metadata/description") EOF |