summarylogtreecommitdiffstats
path: root/bash-it-git.install
diff options
context:
space:
mode:
authorClaudia Pellegrino2017-06-18 16:21:13 +0200
committerClaudia Pellegrino2017-06-18 16:39:37 +0200
commit07612a0814da1e1d75587277b24552f2fabc7a0b (patch)
tree8b42c70de0b063a5d55a9657180a166bdeb80f40 /bash-it-git.install
downloadaur-07612a0814da1e1d75587277b24552f2fabc7a0b.tar.gz
Initial commit
Diffstat (limited to 'bash-it-git.install')
-rw-r--r--bash-it-git.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/bash-it-git.install b/bash-it-git.install
new file mode 100644
index 000000000000..71b4410a9ae0
--- /dev/null
+++ b/bash-it-git.install
@@ -0,0 +1,13 @@
+post_install() {
+ msg2 'Note: To enable bash-it, run: ~/.bash_it/install.sh'
+ ~/.bash_it/install.sh --help >&2
+}
+
+post_remove() {
+ msg2 'Note: To complete removal, restore your' \
+ 'original `~/.bashrc` file from `~/.bashrc.bak`.'
+}
+
+post_upgrade() {
+ :
+}