summarylogtreecommitdiffstats
path: root/zim.install
diff options
context:
space:
mode:
authorTatsuyuki Ishi2017-10-22 13:14:05 +0900
committerTatsuyuki Ishi2017-10-22 13:14:05 +0900
commit37825d889b26ff873be708290e0e38fb70312e78 (patch)
treebafb77dd8eecebe861b928874bce3cfd1e02a340 /zim.install
parent48cc17e3e885b197e8f1ee050391ebe694a490e8 (diff)
downloadaur-37825d889b26ff873be708290e0e38fb70312e78.tar.gz
Make the script more robust
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 22238b1f5d59..0e04de43a0eb 100644
--- a/zim.install
+++ b/zim.install
@@ -20,7 +20,7 @@ post_remove() {
}
compile_scripts() {
- zsh -c 'source /etc/zsh/zshrc; source /usr/lib/zim/templates/zlogin;'
+ zsh -c 'source /usr/lib/zim/templates/zshrc; source /usr/lib/zim/templates/zlogin;'
}
remove_compiled_scripts() {