Source: xvt
Version: 2.1-20.1
Author: Guillem Jover <guillem@debian.org>
Status: sent
Debbug: 770052
Description:
 Uses absolute obsolete path for dpkg-statoverride.


diff --git a/debian/postinst b/debian/postinst
index 777c1bb..565a7c4 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -14,8 +14,7 @@ update-alternatives --install /usr/bin/x-terminal-emulator \
                             /usr/share/man/man1/xvt.1.gz
 
 setgid() {
-  if ! [ -x /usr/sbin/dpkg-statoverride ] || \
-      ! dpkg-statoverride --list "$1" >/dev/null ; then
+  if ! dpkg-statoverride --list "$1" >/dev/null ; then
     chown root:utmp "$1"
     chmod 2755 "$1"
   fi
