summaryrefslogtreecommitdiff
path: root/debian/apt.postinst
diff options
context:
space:
mode:
authorMichael Vogt <mvo@ubuntu.com>2014-09-30 15:21:44 +0200
committerMichael Vogt <mvo@ubuntu.com>2014-09-30 15:21:44 +0200
commitdacb75c62564f436a5f56b0a04169dc71ec3a9cd (patch)
tree10f4d086b17a943af8d477901307e416ba1df10f /debian/apt.postinst
parent7ffac4c10144a8458fec6de03c58f3b49d081e5c (diff)
adjust version numbers for the planed upload
Diffstat (limited to 'debian/apt.postinst')
-rwxr-xr-xdebian/apt.postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/apt.postinst b/debian/apt.postinst
index 01f78a1dd..deb422aa5 100755
--- a/debian/apt.postinst
+++ b/debian/apt.postinst
@@ -15,7 +15,7 @@ set -e
case "$1" in
configure)
- if dpkg --compare-versions "$2" lt 1.0.7; then
+ if dpkg --compare-versions "$2" lt 1.1~exp4; then
# apt-key before 0.9.10 could leave empty keyrings around
find /etc/apt/trusted.gpg.d/ -name '*.gpg' | while read keyring; do
if ! test -s "$keyring"; then