diff options
author | Matthias Lisin | 2020-05-28 12:42:01 +0200 |
---|---|---|
committer | Matthias Lisin | 2020-05-28 12:42:01 +0200 |
commit | 33645549cc7d5c6995a67a8d6318801eb3a66e23 (patch) | |
tree | 2c69b17bd2b76a6d5055ce726bb444cefc9c9a87 /helm-2to3.install | |
parent | c172e870d055a11c2028b4791660368588541fdf (diff) | |
download | aur-33645549cc7d5c6995a67a8d6318801eb3a66e23.tar.gz |
upgpkg: helm-2to3 0.5.1-4
Diffstat (limited to 'helm-2to3.install')
-rw-r--r-- | helm-2to3.install | 2 |
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; } |