[arch-commits] CVS update of extra/devel/git (git.install)

Dan McGee dan at archlinux.org
Wed Sep 12 15:39:15 UTC 2007


    Date: Wednesday, September 12, 2007 @ 11:39:15
  Author: dan
    Path: /home/cvs-extra/extra/devel/git

   Added: git.install (1.1)

add install file for opt depends


-------------+
 git.install |   15 +++++++++++++++
 1 file changed, 15 insertions(+)


Index: extra/devel/git/git.install
diff -u /dev/null extra/devel/git/git.install:1.1
--- /dev/null	Wed Sep 12 11:39:15 2007
+++ extra/devel/git/git.install	Wed Sep 12 11:39:15 2007
@@ -0,0 +1,15 @@
+post_install() {
+  echo ">> GIT optional dependencies:"
+  echo ">> tk: gitk and git-gui"
+  echo ">> perl-uri, perl-libwww, subversion: git-svnimport and git-svn"
+  echo ">> cvsps: git-cvsimport"
+}
+
+post_upgrade() {
+  post_install
+}
+
+op=$1
+shift
+
+$op $*




More information about the arch-commits mailing list