summarylogtreecommitdiffstats
path: root/cmdpack.install
diff options
context:
space:
mode:
Diffstat (limited to 'cmdpack.install')
-rw-r--r--cmdpack.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/cmdpack.install b/cmdpack.install
deleted file mode 100644
index 35099911e73d..000000000000
--- a/cmdpack.install
+++ /dev/null
@@ -1,12 +0,0 @@
-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
-}