blob: ba145a821a173f5cfd9ee08fcca63f0f636c6f6a (
plain)
1
2
3
4
5
6
7
8
9
10
|
msg() {
printf "%b" "\e[1;31m==> WARNING: To use this effect disable the default Blur effect and any other forks of the blur effect as well (such as the one provided by LightlyShaders). Then enable the Force Blur effect. You can do this under Desktop Effects in System Settings\n\e[0m"
}
post_install() {
msg
}
post_upgrade() {
msg
}
|