[Pkg-nethack-devel] nethack/debian nethack-common.postinst,1.9,1.10
Joshua Kwan
joshk-guest@quantz.debian.org
Sun, 26 Oct 2003 08:07:17 +0000
Update of /cvsroot/pkg-nethack/nethack/debian
In directory quantz:/tmp/cvs-serv7826/debian
Modified Files:
nethack-common.postinst
Log Message:
Hrmph, install showstopper too.
Index: nethack-common.postinst
===================================================================
RCS file: /cvsroot/pkg-nethack/nethack/debian/nethack-common.postinst,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- nethack-common.postinst 26 Oct 2003 07:52:46 -0000 1.9
+++ nethack-common.postinst 26 Oct 2003 08:07:14 -0000 1.10
@@ -88,6 +88,7 @@
# Remove the statoverride that may have been left over from other
# configurations
if dpkg-statoverride --list /usr/lib/games/nethack/recover >/dev/null
+ then
dpkg-statoverride --remove /usr/lib/games/nethack/recover
fi
@@ -95,6 +96,7 @@
chmod 755 /usr/lib/games/nethack/recover
else
if ! dpkg-statoverride --list /usr/lib/games/nethack/recover >/dev/null
+ then
dpkg-statoverride --add root games 2755 /usr/lib/games/nethack/recover
fi