repo.or.cz
/
ArchLinux
/
community.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git]
/
oil
/
repos
/
community-x86_64
/
oil.install
blob
82aee6a00055a2c1309ecc7da6a65892b183c8cd
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
4
}
5
6
post_upgrade() {
7
post_install
8
}
9
10
post_remove() {
11
sed -i -r '/^(\/usr)?\/bin\/osh$/d' etc/shells
12
}