Package: tecnoballz
Version: 0.93.1-2
Author: Guillem Jover <guillem@debian.org>
Status: applied
Debbug: 770059
Description: Uses absolute obsolete path for dpkg-statoverride


diff --git a/debian/tecnoballz.postinst b/debian/tecnoballz.postinst
index 72b5c48..6862ad7 100644
--- a/debian/tecnoballz.postinst
+++ b/debian/tecnoballz.postinst
@@ -9,8 +9,7 @@ case "$1" in
     configure)
 
     # tecnoballz is setuid "root:games".
-    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
