Update PKGBUILDs and add first of the Qtile Themes PKGBUILDs

This commit is contained in:
Cameron Miller
2022-03-04 11:51:00 +00:00
parent 73808fadb5
commit 62b692c0ae
11 changed files with 58 additions and 9 deletions

View File

@@ -0,0 +1,9 @@
post_install() {
echo -e "##################################################################"
echo -e "## The themes are located in /etc/cbsh/qtile-themes-gym-leaders ##"
echo -e "##################################################################"
}
post_upgrade() {
post_install
}