summarylogtreecommitdiffstats
path: root/mksh.install
diff options
context:
space:
mode:
authorMatthew T Hoare2017-08-06 18:03:19 +0100
committerMatthew T Hoare2017-08-06 18:03:19 +0100
commit35d2e285d317239a2743a42e98b84eb86b769796 (patch)
treeda7a31efb6a24958ec4084df5a0f8f8dd21bdf4c /mksh.install
parent9b6a2bd1487862d29d0cc67988ab8416ce81c73e (diff)
downloadaur-35d2e285d317239a2743a42e98b84eb86b769796.tar.gz
Corrected post_remove().
Diffstat (limited to 'mksh.install')
-rw-r--r--mksh.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/mksh.install b/mksh.install
index 84bbedf435d3..20c2f51136de 100644
--- a/mksh.install
+++ b/mksh.install
@@ -8,7 +8,7 @@ post_upgrade() {
}
post_remove() {
- sed -i '/^(\/usr)?\/bin\/mksh$/d' /etc/shells
+ sed -i -r '/^(\/usr)?\/bin\/mksh$/d' /etc/shells
}
# vim:set ts=2 sw=2 et: