summarylogtreecommitdiffstats
path: root/cmdpack.install
diff options
context:
space:
mode:
Diffstat (limited to 'cmdpack.install')
-rw-r--r--cmdpack.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/cmdpack.install b/cmdpack.install
new file mode 100644
index 000000000000..35099911e73d
--- /dev/null
+++ b/cmdpack.install
@@ -0,0 +1,12 @@
+post_install() {
+ cat <<EOF
+Due to conflicts with some of the generic-ish binary names in this
+package with core, extra, and community repository packages, they have
+now been all placed under /usr/bin/cmdpack, which you may add to your
+\$PATH for convenience.
+EOF
+}
+
+post_upgrade() {
+ post_install $1
+}