From dfc42a49afaff091eee22602b4cddae1ab8263db Mon Sep 17 00:00:00 2001 From: Username404-59 Date: Wed, 7 Jul 2021 21:38:01 +0200 Subject: [PATCH] Remove .zcompdump files after installing the zsh autocompletion script. --- scripts/postinst | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/postinst b/scripts/postinst index 93fa1a4..38b0de3 100644 --- a/scripts/postinst +++ b/scripts/postinst @@ -24,5 +24,6 @@ if [ -f $zshBin ]; then fi if [ -d $zshLoc ]; then ln -sf "$ybconDir/completions/zsh-completion.zsh" "$zshLoc/_ybcon" + rm -f /home/*/.zcompdump* fi fi \ No newline at end of file