add pikaur helper

This commit is contained in:
Cameron Miller
2021-11-30 15:26:34 +00:00
parent f7d8bfc10f
commit 7c4c4c53e4
7 changed files with 115 additions and 12 deletions

View File

@@ -0,0 +1,9 @@
post_install() {
echo -e "###########################################################"
echo -e "## The source code can be found in /opt/st-cbsh ##"
echo -e "###########################################################"
}
post_upgrade() {
post_install
}