diff --git a/portproton/lure.sh b/portproton/lure.sh index 315dbc3..2074478 100644 --- a/portproton/lure.sh +++ b/portproton/lure.sh @@ -23,6 +23,10 @@ checksums=( 'SKIP' ) +scripts=( +['preinstall']="${repodir}/preinstall.sh" +) + prepare() { cd "${srcdir}" }