summarylogtreecommitdiffstats
path: root/readme.install
diff options
context:
space:
mode:
Diffstat (limited to 'readme.install')
-rw-r--r--readme.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/readme.install b/readme.install
new file mode 100644
index 000000000000..10e3879fac69
--- /dev/null
+++ b/readme.install
@@ -0,0 +1,15 @@
+## arg 1: the new package version
+## arg 2: the old package version
+
+post_install() {
+ cat <<END
+>>> Bash users will need to add the following to ~/.bashrc:
+ [[ -f /etc/profile.d/shonenjump.sh ]] && source /etc/profile.d/shonenjump.sh
+
+ Fish users will need to add the following to ~/.config/fish/config.fish:
+ [ -f /usr/share/shonenjump/shonenjump.fish ]; and source /usr/share/shonenjump/shonenjump.fish
+
+ Zsh users will need to add the following to ~/.zshrc:
+ [[ -f /etc/profile.d/shonenjump.zsh ]] && source /etc/profile.d/shonenjump.zsh
+END
+}