summarylogtreecommitdiffstats
path: root/helm-diff.install
diff options
context:
space:
mode:
authorMatthias Lisin2020-05-07 23:03:37 +0200
committerMatthias Lisin2020-05-07 23:03:37 +0200
commitd0bcda25adc1607d977eee9038c68f3721a7e84a (patch)
tree1e2e9916fa2ef5bab96c3cb6160e9c8fb306d1c5 /helm-diff.install
downloadaur-d0bcda25adc1607d977eee9038c68f3721a7e84a.tar.gz
newpkg: helm-diff 3.1.1-1
Diffstat (limited to 'helm-diff.install')
-rw-r--r--helm-diff.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/helm-diff.install b/helm-diff.install
new file mode 100644
index 000000000000..6c17ca71d07f
--- /dev/null
+++ b/helm-diff.install
@@ -0,0 +1,4 @@
+post_install() {
+ echo "Run the following command to finish plugin installation:"
+ echo -e "\thelm plugin install /usr/lib/helm/plugins/helm-diff"
+}