blob: 2c3b417fca75a9a5d4fa2ffe02df808999958cc3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
post_install() {
echo "\
_____________________________________________________________________
| |
| The example config can be found in /etc/xdg/eww |
| |
| For better experience, please write your own config. |
| WIKI: https://elkowar.github.io/eww/configuration.html |
| |
|___________________________________________________________________|"
}
post_upgrade() {
post_install
}
|