summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryangon992022-04-11 23:43:23 +0800
committeryangon992022-04-11 23:43:23 +0800
commit9c761b7bedda788fd084cdde71435d726f544289 (patch)
treea0bf6bacc97d30607ee4a0ba9abfdba762868184
parent0e0e89cf6550c3922d998dc9822bb5add924cdb1 (diff)
downloadaur-9c761b7bedda788fd084cdde71435d726f544289.tar.gz
fix post_install
-rw-r--r--PKGBUILD2
-rw-r--r--clash-premium-bin.install1
2 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c9b24efb5bb..642d402c0249 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=clash-premium-bin
pkgver=2022.04.11
-pkgrel=2
+pkgrel=3
pkgdesc="Close-sourced pre-built Clash binary with TUN support"
provides=("clash")
conflicts=("clash" "clash-tun" "clash-dev-git")
diff --git a/clash-premium-bin.install b/clash-premium-bin.install
index d6f955c79a45..537b81cba45a 100644
--- a/clash-premium-bin.install
+++ b/clash-premium-bin.install
@@ -3,6 +3,7 @@ post_install(){
This is the premium core of clash which is close-sourced.
You can find the manual at https://github.com/Dreamacro/clash/wiki/Premium-Core-Features
EOF
+ post_upgrade
}
post_upgrade(){