summaryrefslogtreecommitdiff
path: root/community/mksh/mksh.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/mksh/mksh.install')
-rw-r--r--community/mksh/mksh.install4
1 files changed, 0 insertions, 4 deletions
diff --git a/community/mksh/mksh.install b/community/mksh/mksh.install
index 3e5f2a924..f096a2b66 100644
--- a/community/mksh/mksh.install
+++ b/community/mksh/mksh.install
@@ -2,10 +2,6 @@ post_install() {
grep -x /bin/mksh /etc/shells >/dev/null || echo /bin/mksh >>/etc/shells
}
-post_upgrade() {
- post_install $1
-}
-
post_remove() {
sed -i "/^\/bin\/mksh$/d" /etc/shells
}