summarylogtreecommitdiffstats
path: root/semaphoreci-cli.install
diff options
context:
space:
mode:
authorAndy Kluger2020-01-30 16:55:24 -0500
committerAndy Kluger2020-01-30 17:00:43 -0500
commite8baae9b9b622d1522db05f5cb9c7df87cad03b2 (patch)
tree811d05a924380e0e9abfaa249b72b0117ed8c270 /semaphoreci-cli.install
parent7d4ce4eec81d6fdad332fc640d9ee2b7baef6e33 (diff)
downloadaur-e8baae9b9b622d1522db05f5cb9c7df87cad03b2.tar.gz
version bump; drop glibc dep which is pulled in by base-devel anyway; add post-install notice about bin renaming; de-custom Apache license
Diffstat (limited to 'semaphoreci-cli.install')
-rw-r--r--semaphoreci-cli.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/semaphoreci-cli.install b/semaphoreci-cli.install
new file mode 100644
index 000000000000..a8745f00c7cf
--- /dev/null
+++ b/semaphoreci-cli.install
@@ -0,0 +1,8 @@
+post_install() {
+ echo '>>> The semaphore-cli binary is installed as /bin/semaphoreci,'
+ echo '>>> not /bin/sem, which would conflict with parallel.'
+}
+
+post_upgrade() {
+ post_install $1
+}