summarylogtreecommitdiffstats
path: root/oh-my-bash-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'oh-my-bash-git.install')
-rw-r--r--oh-my-bash-git.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/oh-my-bash-git.install b/oh-my-bash-git.install
new file mode 100644
index 000000000000..425a5ed82256
--- /dev/null
+++ b/oh-my-bash-git.install
@@ -0,0 +1,14 @@
+post_install () {
+ echo "================================================================"
+ echo " *** IMPORTANT ***"
+ echo "This package does not modify any files in your home folder.";
+ echo "Backup your current .bashrc, then copy the new one by executing:";
+ echo "'cp /usr/share/oh-my-bash/bashrc ~/.bashrc'";
+ echo "then source it.";
+ echo "================================================================"
+
+}
+
+post_remove () {
+ echo "Please check ~/.bashrc to avoid errors."
+}