[pkg-nvidia-devel] r929 - in /packages/libvdpau/trunk/debian: changelog libvdpau1.postinst
rra at users.alioth.debian.org
rra at users.alioth.debian.org
Sun May 23 02:12:11 UTC 2010
Author: rra
Date: Sun May 23 02:12:06 2010
New Revision: 929
URL: http://svn.debian.org/wsvn/pkg-nvidia/?sc=1&rev=929
Log:
Also remove /usr/lib/libvdpau_nvidia.so on installation
* Also remove /usr/lib/libvdpau_nvidia.so, left by some old versions of
the nvidia-libvdpau* packages.
Modified:
packages/libvdpau/trunk/debian/changelog
packages/libvdpau/trunk/debian/libvdpau1.postinst
Modified: packages/libvdpau/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/libvdpau/trunk/debian/changelog?rev=929&op=diff
==============================================================================
--- packages/libvdpau/trunk/debian/changelog (original)
+++ packages/libvdpau/trunk/debian/changelog Sun May 23 02:12:06 2010
@@ -15,8 +15,10 @@
* Convert debian/copyright to the DEP-5 format and add the slightly
different license used for two of the source files.
* Version the Conflicts and Replaces against nvidia-libvdpau1*.
+ * Also remove /usr/lib/libvdpau_nvidia.so, left by some old versions of
+ the nvidia-libvdpau* packages.
- -- Russ Allbery <rra at debian.org> Sat, 22 May 2010 18:53:43 -0700
+ -- Russ Allbery <rra at debian.org> Sat, 22 May 2010 19:11:37 -0700
libvdpau (0.4-3) unstable; urgency=low
Modified: packages/libvdpau/trunk/debian/libvdpau1.postinst
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/libvdpau/trunk/debian/libvdpau1.postinst?rev=929&op=diff
==============================================================================
--- packages/libvdpau/trunk/debian/libvdpau1.postinst (original)
+++ packages/libvdpau/trunk/debian/libvdpau1.postinst Sun May 23 02:12:06 2010
@@ -3,11 +3,13 @@
set -e
-
if [ "$1" = "configure" ]; then
# <target: squeeze>
if [ -L /usr/lib/libvdpau_trace.so ]; then
rm /usr/lib/libvdpau_trace.so || true
+ fi
+ if [ -L /usr/lib/libvdpau_nvidia.so ]; then
+ rm /usr/lib/libvdpau_nvidia.so || true
fi
# </target: squeeze>
fi
More information about the Pkg-nvidia-devel
mailing list