summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD3SOX2024-03-09 22:31:05 +0100
committerD3SOX2024-03-09 22:31:05 +0100
commitf29ed4180bdbb51ddc31b4956e633998a7124fe6 (patch)
tree2fbec4ca6a5ae78987a42c7bdabb9fda048bf2f5
parentbb2dc6977aae5e4ebe09c1f624c78ab70e1d0724 (diff)
downloadaur-f29ed4180bdbb51ddc31b4956e633998a7124fe6.tar.gz
add missing install file
-rw-r--r--kwin-effects-forceblur.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/kwin-effects-forceblur.install b/kwin-effects-forceblur.install
new file mode 100644
index 000000000000..3fefd2e05f8a
--- /dev/null
+++ b/kwin-effects-forceblur.install
@@ -0,0 +1,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 LightlyShaders). You can do this under Desktop Effects in System Settings\n\e[0m"
+}
+
+post_install() {
+ msg
+}
+post_upgrade() {
+ msg
+}