summaryrefslogtreecommitdiff
path: root/apt/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'apt/package.py')
-rw-r--r--apt/package.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/apt/package.py b/apt/package.py
index 3eb692d8..f63c13de 100644
--- a/apt/package.py
+++ b/apt/package.py
@@ -380,8 +380,6 @@ class Package(object):
Return the list of unicode names of the files which have
been installed by this package
"""
- if not self.isInstalled:
- return []
path = "/var/lib/dpkg/info/%s.list" % self.name
try:
list = open(path)