This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository xgalaga.
commit b8b68a98f89de0230ef68d727f70f64bf995aed9 Author: Markus Koschany <[email protected]> Date: Sat Dec 12 20:53:28 2015 +0100 Drop the removal of the old highscore file since we are now because Lenny and earlier releases are not supported anymore. --- debian/TODO | 1 - debian/postinst | 10 ---------- 2 files changed, 11 deletions(-) diff --git a/debian/TODO b/debian/TODO deleted file mode 100644 index eba318a..0000000 --- a/debian/TODO +++ /dev/null @@ -1 +0,0 @@ -Drop the removal of the old high score file in postinst after lenny is released. diff --git a/debian/postinst b/debian/postinst deleted file mode 100644 index 065d082..0000000 --- a/debian/postinst +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -e - -OLDSCOREFILE=/var/games/xgalaga_scores - -# Remove old high score file on upgrade. -if [ -f $OLDSCOREFILE ]; then - rm -f $OLDSCOREFILE -fi - -#DEBHELPER# -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/xgalaga.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

