[gweled] 43/72: debian/control

Stephen Kitt skitt at moszumanska.debian.org
Thu May 26 16:55:47 UTC 2016


This is an automated email from the git hooks/post-receive script.

skitt pushed a commit to branch debian-sid
in repository gweled.

commit a75cdd8b7268162cddbfc1bc88da584a8d54a0a3
Author: Ondřej Surý <ondrej at sury.org>
Date:   Mon Sep 13 14:30:17 2010 +0200

    debian/control
---
 debian/postinst | 6 ------
 debian/rules    | 2 +-
 2 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/debian/postinst b/debian/postinst
index f52071a..55f25af 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -25,12 +25,6 @@ case "$1" in
 	    rm /var/games/gweled.hard.scores;
 	fi
 
-	if [ -d /var/games ]; then
-	    mkdir /var/games
-	    chown root:root /var/games
-	    chmod 755 /var/games
-	fi
-
 	for scorefile in Normal Timed; do
 	    [ ! -f /var/games/gweled.${scorefile}.scores ] && \
 		touch /var/games/gweled.${scorefile}.scores;
diff --git a/debian/rules b/debian/rules
index f6948f8..a5a27ff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,4 +16,4 @@ override_dh_auto_configure:
 
 override_dh_auto_install:
 	dh_auto_install
-	rm -rf $(CURDIR)/debian/gweled/var/games
+	rm -rf $(CURDIR)/debian/gweled/var/games/*

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/gweled.git



More information about the Pkg-games-commits mailing list