archrelease: copy trunk to community-any
[ArchLinux/community.git] / fish / trunk / fish.install
blobd14a4fefafbb23041f2b7659aad3bb60bacc8ebc
1 post_install() {
2   grep -qe '^/usr/bin/fish$' etc/shells || echo '/usr/bin/fish' >> etc/shells
3   grep -qe '^/bin/fish$' etc/shells || echo '/bin/fish' >> etc/shells
6 post_upgrade() {
7   post_install
10 pre_remove() {
11   sed -ri -e '\|^/usr/bin/fish$|d' -e '\|^/bin/fish$|d' etc/shells
14 # vim:set ts=2 sw=2 et: