upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / oil / repos / community-x86_64 / oil.install
blob82aee6a00055a2c1309ecc7da6a65892b183c8cd
1 post_install() {
2   grep -Fqx /bin/osh /etc/shells || echo /bin/osh >>/etc/shells
3   grep -Fqx /usr/bin/osh /etc/shells || echo /usr/bin/osh >>/etc/shells
6 post_upgrade() {
7   post_install
10 post_remove() {
11   sed -i -r '/^(\/usr)?\/bin\/osh$/d' etc/shells