From a4db40f1afb3b8a39596fc7f8149a32ccc00f821 Mon Sep 17 00:00:00 2001 From: xpamych Date: Sat, 3 Dec 2022 13:26:53 +0300 Subject: [PATCH] 1 --- portproton/lure.sh | 4 ++++ 1 file changed, 4 insertions(+) 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}" }