summaryrefslogtreecommitdiff
path: root/community/mksh/mksh.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-06-04 00:27:56 -0700
committerroot <root@rshg054.dnsready.net>2013-06-04 00:27:56 -0700
commitcc57cb201ddb179d2bb481c13dd4f286ae643b12 (patch)
tree7932470d6b8a193c032f1012a7996cc78ea52201 /community/mksh/mksh.install
parent1f86bf1b08cb980cea57c1d4d3187e2251f5a63b (diff)
Tue Jun 4 00:27:56 PDT 2013
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
}