summarylogtreecommitdiffstats
path: root/an9wer-dwm.install
diff options
context:
space:
mode:
Diffstat (limited to 'an9wer-dwm.install')
-rw-r--r--an9wer-dwm.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/an9wer-dwm.install b/an9wer-dwm.install
new file mode 100644
index 000000000000..0ef2fa44cc6b
--- /dev/null
+++ b/an9wer-dwm.install
@@ -0,0 +1,9 @@
+post_install() {
+ echo "-- 'dwm' has been builded with default config.h file and"
+ echo "-- after that you can rebuild it by using 'suckless-rebuild' command with any other config.h file."
+}
+
+post_upgrade() {
+ echo "-- 'dwm' has been builded with default config.h file and"
+ echo "-- after that you can rebuild it by using 'suckless-rebuild' command with any other config.h file."
+}