From 5bc88f3329886c0bf5214ec676513eb20815a017 Mon Sep 17 00:00:00 2001 From: xpamych Date: Sat, 5 Nov 2022 19:37:47 +0300 Subject: [PATCH] 1 --- portproton/lure.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/portproton/lure.sh b/portproton/lure.sh index 8562118..1f32b20 100644 --- a/portproton/lure.sh +++ b/portproton/lure.sh @@ -23,8 +23,6 @@ checksums=('SKIP' 'SKIP' ) -scripts=(['postinstall']='${srcdir}/postinstall.sh ') - prepare() { cd "${srcdir}" } @@ -34,5 +32,5 @@ install -Dm755 "PortProton_${version}" "${pkgdir}/usr/bin/${name}" install -Dm644 "./PortProton_PKGBUILD/${name}.desktop" -t "${pkgdir}/usr/share/applications/" install -Dm644 "./PortProton_PKGBUILD/${name}.png" -t "${pkgdir}/usr/share/pixmaps" install -Dm644 "./PortProton_PKGBUILD/LICENSE" -t "${pkgdir}/usr/share/licenses/${name}/" -postinstall +./postinstall.sh }