[SCM] Packaging for the OpenArena engine branch, master, updated. debian/0.8.5-5+exp1-8-gfbc12d1

Simon McVittie smcv at debian.org
Fri Nov 12 23:04:18 UTC 2010


The following commit has been merged in the master branch:
commit fbc12d12316f580ad645c1dca2ac3bdaeb2197ec
Author: Simon McVittie <smcv at debian.org>
Date:   Fri Nov 12 23:03:27 2010 +0000

    Delete Debian-openarena's home directory on purge

diff --git a/debian/openarena-server.postrm b/debian/openarena-server.postrm
index a028060..5a420c9 100644
--- a/debian/openarena-server.postrm
+++ b/debian/openarena-server.postrm
@@ -6,4 +6,6 @@ set -e
 
 if [ "$1" = "purge" ] ; then
     deluser --quiet --system Debian-openarena > /dev/null || true
+    rm -r /var/games/openarena-server
+    rmdir --ignore-fail-on-non-empty /var/games
 fi

-- 
Packaging for the OpenArena engine



More information about the Pkg-games-commits mailing list