summarylogtreecommitdiffstats
path: root/helm-2to3.install
diff options
context:
space:
mode:
authorMatthias Lisin2020-05-28 12:42:01 +0200
committerMatthias Lisin2020-05-28 12:42:01 +0200
commit33645549cc7d5c6995a67a8d6318801eb3a66e23 (patch)
tree2c69b17bd2b76a6d5055ce726bb444cefc9c9a87 /helm-2to3.install
parentc172e870d055a11c2028b4791660368588541fdf (diff)
downloadaur-33645549cc7d5c6995a67a8d6318801eb3a66e23.tar.gz
upgpkg: helm-2to3 0.5.1-4
Diffstat (limited to 'helm-2to3.install')
-rw-r--r--helm-2to3.install2
1 files changed, 0 insertions, 2 deletions
diff --git a/helm-2to3.install b/helm-2to3.install
index 85939f72fa9c..7d0926f57d9b 100644
--- a/helm-2to3.install
+++ b/helm-2to3.install
@@ -2,5 +2,3 @@ post_install() {
echo "Run the following command to finish plugin installation:"
echo -e "\thelm plugin install /usr/lib/helm/plugins/2to3"
}
-
-post_upgrade() { post_install; }