No longer require "post installation commands"
This commit is contained in:
@@ -7,10 +7,4 @@ cd void-packages/srcpkgs
|
|||||||
git clone https://git.deadzone.lol/Wizzard/mullvad-vpn-void mullvad-vpn
|
git clone https://git.deadzone.lol/Wizzard/mullvad-vpn-void mullvad-vpn
|
||||||
```
|
```
|
||||||
|
|
||||||
(it must be named 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
|
|
||||||
6
template
6
template
@@ -1,6 +1,6 @@
|
|||||||
pkgname=mullvad-vpn
|
pkgname=mullvad-vpn
|
||||||
version=2025.7
|
version=2025.7
|
||||||
revision=1
|
revision=2
|
||||||
archs="x86_64"
|
archs="x86_64"
|
||||||
maintainer="Wizzard <rich@bandaholics.cash>"
|
maintainer="Wizzard <rich@bandaholics.cash>"
|
||||||
short_desc="Mullvad VPN client"
|
short_desc="Mullvad VPN client"
|
||||||
@@ -45,9 +45,7 @@ do_install() {
|
|||||||
|
|
||||||
mkdir -p ${DESTDIR}/opt/MullvadVPN
|
mkdir -p ${DESTDIR}/opt/MullvadVPN
|
||||||
cp -a ${wrksrc}/opt/MullvadVPN/* ${DESTDIR}/opt/MullvadVPN/
|
cp -a ${wrksrc}/opt/MullvadVPN/* ${DESTDIR}/opt/MullvadVPN/
|
||||||
|
ln -sf /opt/MullvadVPN ${DESTDIR}/opt/Mullvad\ VPN
|
||||||
# Exclude apisocks5 completely
|
|
||||||
rm -f ${DESTDIR}/opt/MullvadVPN/resources/apisocks5
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|||||||
Reference in New Issue
Block a user