Fix review comments

This commit is contained in:
2026-04-26 16:33:34 +02:00
parent 3867f9acdc
commit 2d8dcb239a
2 changed files with 2 additions and 20 deletions

View File

@@ -1,23 +1,15 @@
maintainer="Joakim Hulthe <joakim@hulthe.net>" maintainer="Joakim Hulthe <joakim@hulthe.net>"
pkgname=mullvad-vpn-daemon pkgname=mullvad-vpn-daemon
pkgver=2026.2_beta1 pkgver=2026.2_beta1
pkgrel=1 pkgrel=0
pkgdesc="Mullvad VPN client (daemon and CLI)" pkgdesc="Mullvad VPN client (daemon and CLI)"
url="https://mullvad.net/" url="https://mullvad.net/"
# Mullvad depends on old versions of the `nix` library # Mullvad depends on old versions of the `nix` library
# which are broken on on loongarch64 and s390x # which are broken on on loongarch64 and s390x
arch="all !loongarch64 !s390x" arch="all !loongarch64 !s390x"
license="GPL-3-or-later" license="GPL-3.0-or-later"
depends="
dbus
libmnl
libnftnl
"
makedepends=" makedepends="
build-base
cargo-auditable cargo-auditable
rust
pkgconfig
git git
protobuf-dev protobuf-dev
dbus-dev dbus-dev
@@ -27,7 +19,6 @@ makedepends="
install=" install="
$pkgname.pre-upgrade $pkgname.pre-upgrade
$pkgname.pre-deinstall $pkgname.pre-deinstall
$pkgname.post-deinstall
$pkgname-systemd.post-install $pkgname-systemd.post-install
$pkgname-systemd.post-upgrade $pkgname-systemd.post-upgrade
$pkgname-systemd.pre-deinstall $pkgname-systemd.pre-deinstall

View File

@@ -1,9 +0,0 @@
#!/bin/sh
set -eu
rm -r /var/log/mullvad-vpn/ || \
echo "Failed to remove mullvad-vpn logs"
rm -r /var/cache/mullvad-vpn/ || \
echo "Failed to remove mullvad-vpn cache"
rm -r /etc/mullvad-vpn || \
echo "Failed to remove mullvad-vpn config"