mail-client/tutanota-desktop-bin: remove redundant functions, fix var order

Signed-off-by: Abishek Jakkala <thysupremematrix@tuta.io>
This commit is contained in:
Abishek Jakkala
2026-01-26 17:59:04 +00:00
parent 9b6fcbbcca
commit 462be7848e

View File

@@ -13,6 +13,8 @@ SRC_URI="
https://github.com/tutao/tutanota/raw/tutanota-desktop-release-${PV}/tutao-pub.pem -> ${P}-tutao-pub.pem
"
S="${WORKDIR}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
@@ -45,8 +47,6 @@ RDEPEND="
BDEPEND="dev-libs/openssl"
S="${WORKDIR}"
QA_PREBUILT="opt/tutanota-desktop/*"
src_unpack() {
@@ -98,11 +98,3 @@ src_install() {
fi
done
}
pkg_postinst() {
xdg_pkg_postinst
}
pkg_postrm() {
xdg_pkg_postrm
}