Source: monsterz
Version: 0.7.1-8
Author: Guillem Jover <guillem@debian.org>
Status: applied
Debbug: 770057
Description: Uses absolute obsolete path for dpkg-statoverride


diff --git a/debian/postinst b/debian/postinst
index 12e277e..d19df8e 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -8,8 +8,7 @@ PROG=/usr/games/monsterz
 case "$1" in
   configure)
     # Properly use statoverride
-    if ! [ -x /usr/sbin/dpkg-statoverride ] || \
-        ! dpkg-statoverride --list "$PROG" >/dev/null ; then
+    if ! dpkg-statoverride --list "$PROG" >/dev/null ; then
       chown root:games "$PROG"
       chmod 2755 "$PROG"
     fi
