Skip to content

Commit

Permalink
Fix #779
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Jun 4, 2024
1 parent 1c05283 commit d94ab2b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion package/innernet/package
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ archs=(rmallos2)
pkgnames=(innernet-client)
pkgdesc="A private network system that uses WireGuard under the hood."
url="https://github.com/tonarino/innernet"
pkgver=1.5.3-3
pkgver=1.5.3-4
timestamp=2022-01-31T20:08:43Z
section="utils"
maintainer="plan5 <[email protected]>"
Expand Down Expand Up @@ -53,3 +53,12 @@ configure() {
mkdir -p /opt/var/lib/innernet
fi
}

preremove() {
disable-unit innernet.target
disable-unit [email protected]
}

postremove() {
systemctl daemon-reload
}

0 comments on commit d94ab2b

Please sign in to comment.