Add basic starting files to make the scripts work

This commit is contained in:
Cameron Miller
2021-12-02 18:06:25 +00:00
parent 38f60ee54b
commit c32983c132
14 changed files with 254 additions and 5 deletions

View File

@@ -0,0 +1,9 @@
post_install() {
echo -e "#################################################################"
echo -e "###### The scripts can be found in /etc/cbsh/dmenu-scripts ######"
echo -e "#################################################################"
}
post_upgrade() {
post_install
}