summarylogtreecommitdiffstats
path: root/bemenu-wayland-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'bemenu-wayland-git.install')
-rw-r--r--bemenu-wayland-git.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/bemenu-wayland-git.install b/bemenu-wayland-git.install
new file mode 100644
index 000000000000..76b8c767a62f
--- /dev/null
+++ b/bemenu-wayland-git.install
@@ -0,0 +1,8 @@
+post_install() {
+ echo "Note: bemenu's wayland backend only works"
+ echo ' in compositors which implement wlr-layer-shell.'
+}
+
+post_upgrade() {
+ post_install
+}