summarylogtreecommitdiffstats
path: root/cmdpack.install
blob: 35099911e73d9160b5176a63b8bb214f7ea202ab (plain)
1
2
3
4
5
6
7
8
9
10
11
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
}