10 lines
299 B
Plaintext
10 lines
299 B
Plaintext
post_install() {
|
|
echo -e "##################################################################"
|
|
echo -e "## The themes are located in /etc/cbsh/qtile-themes-gym-leaders ##"
|
|
echo -e "##################################################################"
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|