summarylogtreecommitdiffstats
path: root/dwm.install
diff options
context:
space:
mode:
Diffstat (limited to 'dwm.install')
-rwxr-xr-xdwm.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/dwm.install b/dwm.install
new file mode 100755
index 000000000000..44b50ed824c7
--- /dev/null
+++ b/dwm.install
@@ -0,0 +1,4 @@
+post_install() {
+ echo "-- Edit config.h in dwm's PKGBUILD directory (generally /var/abs/community/dwm/)"
+ echo "-- and rebuild package if you want to change settings."
+}