This is an automated email from the git hooks/post-receive script. arand-guest pushed a commit to branch debdir in repository redeclipse.
commit 3ae872757a28c7a6929f5463f825cbaedc78e584 Author: Martin Erik Werner <[email protected]> Date: Mon Jan 28 15:00:45 2013 +0100 remove unused scripts --- scripts/redeclipse | 12 ------------ scripts/redeclipse-server | 12 ------------ 2 files changed, 24 deletions(-) diff --git a/scripts/redeclipse b/scripts/redeclipse deleted file mode 100644 index 9143e70..0000000 --- a/scripts/redeclipse +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -for arg -do - if [ "$arg" = --help ] - then - exec man redeclipse - fi -done - -RE_OPTIONS="" -cd /usr/lib/games/redeclipse || exit 1 -exec ./redeclipse ${RE_OPTIONS} ${1+"$@"} diff --git a/scripts/redeclipse-server b/scripts/redeclipse-server deleted file mode 100644 index bfb4098..0000000 --- a/scripts/redeclipse-server +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -for arg -do - if [ "$arg" = --help ] - then - exec man redeclipse-server - fi -done - -RE_OPTIONS="" -cd /usr/lib/games/redeclipse || exit 1 -exec ./redeclipse-server ${RE_OPTIONS} ${1+"$@"} -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/redeclipse.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

