cbsh-arch-pkgbuild/x86_64/dmenu-cbsh/dmenu-cbsh.install
2021-11-28 23:13:54 +00:00

10 lines
278 B
Plaintext

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