summarylogtreecommitdiffstats
path: root/mrduX.install
diff options
context:
space:
mode:
authorMiloš2016-08-22 13:57:08 +0200
committerMiloš2016-08-22 13:57:08 +0200
commit6aa8bcdf4e025a13caf9c98f3fdc06af03f83247 (patch)
treeef9fff5e07376683d4c318a17110bece1de18320 /mrduX.install
parent5c76ff63d46731b42f32ab5e588ddcd8fff53536 (diff)
downloadaur-6aa8bcdf4e025a13caf9c98f3fdc06af03f83247.tar.gz
version 0.3 bump: optdepends, git URL and .install
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
+}