$OpenBSD: patch-meson_install_sh,v 1.1.1.1 2020/07/27 08:52:44 kirby Exp $

Don't install files that could conflict with x11/compton

Index: meson/install.sh
--- meson/install.sh.orig
+++ meson/install.sh
@@ -1,11 +1 @@
 #!/bin/sh
-
-if [ ! -e "${MESON_INSTALL_DESTDIR_PREFIX}/bin/compton" ]; then
-	echo "Linking picom to ${MESON_INSTALL_DESTDIR_PREFIX}/bin/compton"
-	ln -s picom "${MESON_INSTALL_DESTDIR_PREFIX}/bin/compton"
-fi
-
-if [ ! -e "${MESON_INSTALL_DESTDIR_PREFIX}/bin/compton-trans" ]; then
-	echo "Linking picom-trans to ${MESON_INSTALL_DESTDIR_PREFIX}/bin/compton-trans"
-	ln -s picom-trans "${MESON_INSTALL_DESTDIR_PREFIX}/bin/compton-trans"
-fi
