summarylogtreecommitdiffstats
path: root/readme.install
blob: 10e3879fac6958e5d8d1a84337767b98ef81bb8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
}