xorg-server-xvfb: remove 'return' statement

This commit is contained in:
Leonid Pliushch 2019-03-10 17:35:51 +02:00 committed by Yaksh Bariya
parent 464af25367
commit a70e914dcf
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 0 additions and 1 deletions

View File

@ -72,5 +72,4 @@ termux_step_post_make_install() {
## The following is required for package 'tigervnc'.
if [ "${#}" -eq 1 ] && [ "${1}" == "xorg_server_flags" ]; then
echo ${TERMUX_PKG_EXTRA_CONFIGURE_ARGS}
return
fi