debian/changelog | 6 ++++++ debian/libgl1-mesa-dri.postinst | 19 +++++++++++++++++++ 2 files changed, 25 insertions(+)
New commits: commit c718d6fd8ee72cf9ec6496a40174a1d7711fa193 Author: Timo Aaltonen <[email protected]> Date: Sun Feb 21 01:12:59 2010 +0200 libgl1-mesa-dri: Get rid of the old hook (65mesa-check-x86-64). diff --git a/debian/changelog b/debian/changelog index 1863526..15ae101 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mesa (7.7-3ubuntu2) UNRELEASED; urgency=low + + * libgl1-mesa-dri: Get rid of the old hook (65mesa-check-x86-64). + + -- Timo Aaltonen <[email protected]> Sun, 21 Feb 2010 01:10:45 +0200 + mesa (7.7-3ubuntu1) lucid; urgency=low [ Timo Aaltonen ] diff --git a/debian/libgl1-mesa-dri.postinst b/debian/libgl1-mesa-dri.postinst new file mode 100644 index 0000000..7d52e6c --- /dev/null +++ b/debian/libgl1-mesa-dri.postinst @@ -0,0 +1,19 @@ +#!/bin/sh + +set -e + +THIS_PACKAGE=libgl1-mesa-dri +THIS_SCRIPT=postinst + +case "$1" in +configure) + if dpkg --compare-versions "$2" lt-nl "7.7-3ubuntu2"; then + rm -f /etc/X11/Xsession.d/65mesa-check-x86-64 +esac + +#DEBHELPER# + +exit 0 + +# vim:set ai et sw=2 ts=2 tw=80: + -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

