10 lines
269 B
Plaintext
10 lines
269 B
Plaintext
post_install() {
|
|
echo -e "########################################################"
|
|
echo -e "## Config files were placed /etc/cbsh/cbsh-sddm-theme ##"
|
|
echo -e "########################################################"
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|