summarylogtreecommitdiffstats
path: root/mrduX.install
diff options
context:
space:
mode:
Diffstat (limited to 'mrduX.install')
-rw-r--r--mrduX.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/mrduX.install b/mrduX.install
new file mode 100644
index 000000000000..c504e0e20126
--- /dev/null
+++ b/mrduX.install
@@ -0,0 +1,12 @@
+post_install() {
+ tput setaf 2 # set text foreground color to green
+ tput smso; echo "mrduX $1 installed in /usr/share/mrduX"; tput rmso
+ echo "- pay close attention to the list of optional dependecies"
+ echo "- to actually install/update mrduX, run 'mXinstall'"
+ echo "- to start mrduX (after installation), run 'startx'"
+ tput setaf 7 # set text foreground color back to white
+}
+
+post_upgrade() {
+ post_install $1
+}