Skip to content

Commit a1d31eb

Browse files
committed
Fix: vimrc file exists and has to be moved not copied
1 parent 7e8e876 commit a1d31eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgbuild/biglinux-vim-config.install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Make a backup before changing the configuration file
22
pre_install() {
33
if [ -f /etc/vimrc ]; then
4-
cp -f /etc/vimrc /etc/vimrc.bkp
4+
mv /etc/vimrc /etc/vimrc.bkp
55
fi
66
}
77

0 commit comments

Comments
 (0)