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

10 lines
296 B
Plaintext

post_install() {
echo -e "#################################################################"
echo -e "###### The scripts can be found in /etc/cbsh/dmenu-scripts ######"
echo -e "#################################################################"
}
post_upgrade() {
post_install
}