From c3ef674d1699acfb601b96aaf2f735ecb9f321e4 Mon Sep 17 00:00:00 2001 From: xpamych Date: Wed, 12 Apr 2023 21:18:33 +0300 Subject: [PATCH] logseq --- logseq-desktop-wayland-bin/lure.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/logseq-desktop-wayland-bin/lure.sh b/logseq-desktop-wayland-bin/lure.sh index d8e5315..5b18cd6 100644 --- a/logseq-desktop-wayland-bin/lure.sh +++ b/logseq-desktop-wayland-bin/lure.sh @@ -12,11 +12,6 @@ conflicts=('logseq') sources=("https://github.com/logseq/logseq/releases/download/${version}/logseq-linux-x64-${version}.zip") checksums=('SKIP') -scripts=( - ['postinstall']='postinstall.sh' - ['postremove']='postremove.sh' -) - package() { cd "${srcdir}/Logseq-linux-x64" install -Dm644 "${scriptdir}/logseq-desktop.desktop" "${pkgdir}/usr/share/applications/logseq-desktop.desktop"