cbsh-arch-pkgbuild/x86_64/st-cbsh/st-cbsh.install
2021-11-30 15:26:59 +00:00

10 lines
251 B
Plaintext

post_install() {
echo -e "##################################################"
echo -e "## The source code can be found in /opt/st-cbsh ##"
echo -e "##################################################"
}
post_upgrade() {
post_install
}