summarylogtreecommitdiffstats
path: root/es.install
diff options
context:
space:
mode:
authoraksr2023-12-01 10:50:59 +0100
committeraksr2023-12-01 10:50:59 +0100
commit319c519652de9f94a940bc11a6a2cf72d92c3033 (patch)
treed3c89507d06970b0d401fdb4c3d7a5c0dcf19dd3 /es.install
parent6fa82149aadafdd4c0ef27be6b13693b23c62576 (diff)
downloadaur-es-shell-git.tar.gz
Fix build.
Diffstat (limited to 'es.install')
-rw-r--r--es.install7
1 files changed, 3 insertions, 4 deletions
diff --git a/es.install b/es.install
index e20c0be8d5bb..da83f32bbe89 100644
--- a/es.install
+++ b/es.install
@@ -1,12 +1,11 @@
post_install() {
- grep -qe '^/usr/bin/es$' /etc/shells || echo '/usr/bin/es' >> /etc/shells
+ grep -qe '^/usr/bin/es$' /etc/shells || echo '/usr/bin/es' >> /etc/shells
}
post_upgrade() {
- post_install
+ post_install
}
pre_remove() {
- sed -ri '\|^/usr/bin/es$|d' /etc/shells
+ sed -ri '\|^/usr/bin/es$|d' /etc/shells
}
-