PKGBUILDs/aur/shonenjump
2023-08-12 14:41:48 -04:00
..
0001-store.go-do-not-call-Age.patch aur/shonenjump to 0.8.0-2 2023-08-12 14:24:13 -04:00
PKGBUILD aur/shonenjump to 0.8.0-3 2023-08-12 14:41:48 -04:00
readme.install added aur/shonenjump 2022-10-30 13:42:41 -04:00

## 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
}