Skip to content

Commit b5c2498

Browse files
authored
Merge pull request #3 from biglinux/testing-2025-02-05_14-15
Adjustment in theme clone.
2 parents 08d3e08 + 2dcbf44 commit b5c2498

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

pkgbuild/biglinux-vim-config.install

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,8 @@ post_install() {
1313
# Check if the directory for plugins exists, create if it doesn't
1414
if [ ! -d /usr/share/vim/vimfiles/pack/git-plugins/start ]; then
1515
mkdir -p /usr/share/vim/vimfiles/pack/git-plugins/start
16-
fi
17-
# Clone vim-code-dark repository if it doesn't already exist
18-
if [ ! -d /usr/share/vim/vimfiles/pack/git-plugins/start/vim-code-dark ]; then
1916
git clone https://github.com/tomasiser/vim-code-dark /usr/share/vim/vimfiles/pack/git-plugins/start/vim-code-dark
20-
fi
17+
fi
2118
# Set appropriate permissions
2219
chmod -R a+rx /usr/share/vim/vimfiles/pack/git-plugins/start/vim-code-dark
2320
}
@@ -31,4 +28,4 @@ post_remove() {
3128
if [ -d /usr/share/vim/vimfiles/pack/git-plugins ]; then
3229
rm -rf /usr/share/vim/vimfiles/pack/git-plugins
3330
fi
34-
}
31+
}

0 commit comments

Comments
 (0)