We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e8e876 commit a1d31ebCopy full SHA for a1d31eb
1 file changed
pkgbuild/biglinux-vim-config.install
@@ -1,7 +1,7 @@
1
# Make a backup before changing the configuration file
2
pre_install() {
3
if [ -f /etc/vimrc ]; then
4
- cp -f /etc/vimrc /etc/vimrc.bkp
+ mv /etc/vimrc /etc/vimrc.bkp
5
fi
6
}
7
0 commit comments