File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11# Maintainer: Philipp Schmitt (philipp<at>schmitt<dot>co)
22
33pkgname=pia-tools
4- pkgver=0.9.8 .0
4+ pkgver=1 .0
55pkgrel=1
66pkgdesc=" OpenVPN hook for privateinternetaccess.com"
77arch=(" any" )
@@ -21,7 +21,9 @@ package() {
2121 install -Dm644 pia-tools-update.timer " ${pkgdir} /usr/lib/systemd/system/pia-tools-update.timer"
2222 install -Dm644 pia_common " ${pkgdir} /etc/openvpn/pia/pia_common"
2323 install -Dm755 pia-up " ${pkgdir} /etc/openvpn/pia/pia-up"
24- install -Dm755 pia-up " ${pkgdir} /etc/openvpn/pia/pia-down"
24+ install -Dm755 pia-down " ${pkgdir} /etc/openvpn/pia/pia-down"
25+ install -Dm755 pia-up " ${pkgdir} /etc/openvpn/pia/pia-up.custom.sample"
26+ install -Dm755 pia-down " ${pkgdir} /etc/openvpn/pia/pia-down.custom.sample"
2527 # Activate the ovpn update service
2628 install -d -m755 " ${pkgdir} /usr/lib/systemd/system/multi-user.target.wants"
2729 ln -s ../pia-tools-update.timer " ${pkgdir} /usr/lib/systemd/system/multi-user.target.wants/pia-tools-update.timer"
You can’t perform that action at this time.
0 commit comments