From 4dcb43e72809ca84873b66940159d28b7ea8c121 Mon Sep 17 00:00:00 2001 From: Wizzard Date: Wed, 23 Jul 2025 09:59:49 -0400 Subject: [PATCH] No longer require "post installation commands" --- README.md | 8 +------- template | 6 ++---- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 7d4ac9f..51e71ed 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,4 @@ cd void-packages/srcpkgs git clone https://git.deadzone.lol/Wizzard/mullvad-vpn-void mullvad-vpn ``` -(it must be named mullvad-vpn) - -## Post Installation - -After installing this package manually run the command `sudo ln -s /opt/MullvadVPN /opt/Mullvad\ VPN` - -Note that this a temporary work around based on the way Mullvad is packaged +(it must be named mullvad-vpn) \ No newline at end of file diff --git a/template b/template index ba4d268..07cd17e 100644 --- a/template +++ b/template @@ -1,6 +1,6 @@ pkgname=mullvad-vpn version=2025.7 -revision=1 +revision=2 archs="x86_64" maintainer="Wizzard " short_desc="Mullvad VPN client" @@ -45,9 +45,7 @@ do_install() { mkdir -p ${DESTDIR}/opt/MullvadVPN cp -a ${wrksrc}/opt/MullvadVPN/* ${DESTDIR}/opt/MullvadVPN/ - - # Exclude apisocks5 completely - rm -f ${DESTDIR}/opt/MullvadVPN/resources/apisocks5 + ln -sf /opt/MullvadVPN ${DESTDIR}/opt/Mullvad\ VPN } pkg_install() {