cbsh-arch-pkgbuild/x86_64/cbsh-macs/cbsh-macs.install
2023-12-18 19:48:22 +00:00

10 lines
275 B
Plaintext

post_install() {
echo -e "##########################################################"
echo -e "## Config files were placed /etc/cbsh/.config/cbsh-macs ##"
echo -e "##########################################################"
}
post_upgrade() {
post_install
}