aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinis Danne <rei4dan@gmail.com>2014-05-21 21:23:52 +0300
committerReinis Danne <rei4dan@gmail.com>2014-05-21 21:23:52 +0300
commit4a60b8f63450953fd26e9febd9a63b1e1a24886f (patch)
tree446baa472831c24e3b084737af8d0a0bc5452ffc /app-vim
parentversion bump (diff)
downloadsci-4a60b8f63450953fd26e9febd9a63b1e1a24886f.tar.gz
sci-4a60b8f63450953fd26e9febd9a63b1e1a24886f.tar.bz2
sci-4a60b8f63450953fd26e9febd9a63b1e1a24886f.zip
app-vim/vim-gromacs: Remove unnecessary pkg_preinst()
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/vim-gromacs/ChangeLog3
-rw-r--r--app-vim/vim-gromacs/vim-gromacs-9999.ebuild5
2 files changed, 3 insertions, 5 deletions
diff --git a/app-vim/vim-gromacs/ChangeLog b/app-vim/vim-gromacs/ChangeLog
index 7d0a3889a..b1784b532 100644
--- a/app-vim/vim-gromacs/ChangeLog
+++ b/app-vim/vim-gromacs/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 21 May 2014; Reinis Danne <rei4dan@gmail.com> vim-gromacs-9999.ebuild:
+ Remove unnecessary pkg_preinst().
+
06 Jan 2014; Justin Lecher <jlec@gentoo.org> vim-gromacs-9999.ebuild,
metadata.xml:
Switch from git-2 to git-r3
diff --git a/app-vim/vim-gromacs/vim-gromacs-9999.ebuild b/app-vim/vim-gromacs/vim-gromacs-9999.ebuild
index 31295d8c4..e1cd72a78 100644
--- a/app-vim/vim-gromacs/vim-gromacs-9999.ebuild
+++ b/app-vim/vim-gromacs/vim-gromacs-9999.ebuild
@@ -21,8 +21,3 @@ IUSE=""
VIM_PLUGIN_MESSAGES="filetype"
-pkg_preinst () {
- # Remove git files
- rm "${ED}/usr/share/vim/vimfiles/.gitignore" || die
- rm -r "${ED}/usr/share/vim/vimfiles/.git" || die
-}