summarylogtreecommitdiffstats
path: root/powershell.install
diff options
context:
space:
mode:
authorKyle Sferrazza2017-10-26 13:48:18 -0400
committerKyle Sferrazza2017-10-26 13:48:18 -0400
commitb41f361da1dd40a359c1a68ad64cd2cf977b619e (patch)
treeddc60b34d20126f37bedc1af9e0307eae408b4b9 /powershell.install
parent335f5ddb54a7aa962b731b20d5f30639de230e3b (diff)
downloadaur-b41f361da1dd40a359c1a68ad64cd2cf977b619e.tar.gz
beta 9
Diffstat (limited to 'powershell.install')
-rw-r--r--powershell.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/powershell.install b/powershell.install
index 53cc793aab94..d337b39409b1 100644
--- a/powershell.install
+++ b/powershell.install
@@ -1,5 +1,5 @@
post_install() {
- grep -qe '^/usr/bin/powershell$' etc/shells || echo '/usr/bin/powershell' >> etc/shells
+ grep -qe '^/usr/bin/pwsh$' etc/shells || echo '/usr/bin/pwsh' >> etc/shells
}
post_upgrade() {
@@ -7,5 +7,5 @@ post_upgrade() {
}
pre_remove() {
- sed -ri '\|^/usr/bin/powershell$|d' etc/shells
+ sed -ri '\|^/usr/bin/pwsh$|d' etc/shells
}