summarylogtreecommitdiffstats
path: root/rofi-wifi-menu.install
diff options
context:
space:
mode:
Diffstat (limited to 'rofi-wifi-menu.install')
-rw-r--r--rofi-wifi-menu.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/rofi-wifi-menu.install b/rofi-wifi-menu.install
new file mode 100644
index 000000000000..9b8bedce082a
--- /dev/null
+++ b/rofi-wifi-menu.install
@@ -0,0 +1,7 @@
+post_install() {
+ echo 'To configure rofi-wifi menu copy:'
+ echo ' /usr/share/rofi/wifi.example'
+ echo 'to'
+ echo ' ~/.config/rofi/wifi'
+ echo 'and modify it.'
+}