Author: goneri Date: 2009-07-27 16:11:43 +0000 (Mon, 27 Jul 2009) New Revision: 10082
Removed: packages/trunk/xtux/debian/xtux-client.postrm packages/trunk/xtux/debian/xtux-server.postrm Modified: packages/trunk/xtux/debian/changelog Log: * Drop the postrm scripts. Files in /etc should be removed only during a purge (Closes: #538292, #538282) Modified: packages/trunk/xtux/debian/changelog =================================================================== --- packages/trunk/xtux/debian/changelog 2009-07-27 12:15:30 UTC (rev 10081) +++ packages/trunk/xtux/debian/changelog 2009-07-27 16:11:43 UTC (rev 10082) @@ -1,3 +1,10 @@ +xtux (0.2.030306-11.1) unstable; urgency=low + + * Drop the postrm scripts. Files in /etc should be removed only + during a purge (Closes: #538292, #538282) + + -- Gonéri Le Bouder <[email protected]> Mon, 27 Jul 2009 18:12:17 +0200 + xtux (0.2.030306-11) unstable; urgency=low [ Barry deFreese ] Deleted: packages/trunk/xtux/debian/xtux-client.postrm =================================================================== --- packages/trunk/xtux/debian/xtux-client.postrm 2009-07-27 12:15:30 UTC (rev 10081) +++ packages/trunk/xtux/debian/xtux-client.postrm 2009-07-27 16:11:43 UTC (rev 10082) @@ -1,12 +0,0 @@ -#!/bin/sh - -set -e - -rmdir /etc/ggz/clients /etc/ggz >/dev/null 2>&1 - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 Deleted: packages/trunk/xtux/debian/xtux-server.postrm =================================================================== --- packages/trunk/xtux/debian/xtux-server.postrm 2009-07-27 12:15:30 UTC (rev 10081) +++ packages/trunk/xtux/debian/xtux-server.postrm 2009-07-27 16:11:43 UTC (rev 10082) @@ -1,12 +0,0 @@ -#!/bin/sh - -set -e - -rmdir /etc/ggz/games /etc/ggz/rooms /etc/ggz >/dev/null 2>&1 - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

