cbsh-arch-pkgbuild/x86_64/kitty-cbsh/kitty-cbsh.install
2021-12-02 18:06:25 +00:00

10 lines
271 B
Plaintext

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