summaryrefslogtreecommitdiff
path: root/dh_xul-ext
diff options
context:
space:
mode:
Diffstat (limited to 'dh_xul-ext')
-rwxr-xr-xdh_xul-ext4
1 files changed, 4 insertions, 0 deletions
diff --git a/dh_xul-ext b/dh_xul-ext
index 9f1450e..bea97cc 100755
--- a/dh_xul-ext
+++ b/dh_xul-ext
@@ -57,6 +57,10 @@ class XulApp(object):
and self.xul_id == THUNDERBIRD_ID
and compare_versions(version, "45") >= 0):
return 1
+ elif (get_vendor() == 'Ubuntu'
+ and self.xul_id == THUNDERBIRD_ID
+ and compare_versions(version, "24") >= 0):
+ return 1
else:
return 0