summarylogtreecommitdiffstats
path: root/zim.install
diff options
context:
space:
mode:
authorTatsuyuki Ishi2017-01-22 15:02:47 +0900
committerTatsuyuki Ishi2017-01-22 15:02:47 +0900
commitdbf7fb16c6c174eb9f020c5e317b172e149f4d26 (patch)
tree1c3eced4ccf16346654c637874ba6807a4305e38 /zim.install
parent6b9e1dcce6d0d22345b98f244464ed198170a78e (diff)
downloadaur-dbf7fb16c6c174eb9f020c5e317b172e149f4d26.tar.gz
Install script: emulate zshrc too
Side note: pacman waits the process group to exit, so disown is OK.
Diffstat (limited to 'zim.install')
-rw-r--r--zim.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/zim.install b/zim.install
index 5eb22a8a8b92..f70b40525e1a 100644
--- a/zim.install
+++ b/zim.install
@@ -20,7 +20,7 @@ post_remove() {
}
compile_scripts() {
- sed 's/\&!//' /usr/lib/zim/templates/zlogin | zsh
+ zsh -c 'source /usr/lib/zim/templates/{zshrc,zlogin}'
}
remove_compiled_scripts() {