-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 here is the patch to fix this package bashism bug.
- --- debian/postinst.orig 2008-04-29 09:23:13.000000000 -0300 +++ debian/postinst 2008-04-29 09:22:05.000000000 -0300 @@ -1,4 +1,4 @@ - -#!/bin/sh +#!/bin/bash # postinst script for xsoldier # # see: dh_installdeb(1) - --- debian/preinst.orig 2008-04-29 09:24:26.000000000 -0300 +++ debian/preinst 2008-04-29 09:24:14.000000000 -0300 @@ -26,7 +26,7 @@ fi if test -d /var/lib/games/ then - - rmdir /var/lib/games/ &> /dev/null || true + rmdir /var/lib/games/ >/dev/null 2>&1 || true fi ;; - -- Leonardo Rodrigues de Mello jabber: [EMAIL PROTECTED] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: http://getfiregpg.org iD8DBQFIFxIfLsy/JSmhVFURAtlwAKC4KT9olkxrE/8/PJ9Erxth6uyypgCgvSYR FTtYAite+ME6Y+Bekcj8tj4= =dW2T -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

