10 lines
296 B
Plaintext
10 lines
296 B
Plaintext
post_install() {
|
|
echo -e "#################################################################"
|
|
echo -e "###### The scripts can be found in /etc/cbsh/dmenu-scripts ######"
|
|
echo -e "#################################################################"
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|