[pkg-nvidia-devel] r910 - in /packages/libvdpau/trunk/debian: changelog libvdpau1.postinst
anbe-guest at users.alioth.debian.org
anbe-guest at users.alioth.debian.org
Fri May 21 08:07:21 UTC 2010
Author: anbe-guest
Date: Fri May 21 08:07:16 2010
New Revision: 910
URL: http://svn.debian.org/wsvn/pkg-nvidia/?sc=1&rev=910
Log:
* libvdpau1: cleanup /usr/lib/libvdpau_trace.so left over by some old
versions of the nvidia-libvdpau* packages.
Added:
packages/libvdpau/trunk/debian/libvdpau1.postinst
Modified:
packages/libvdpau/trunk/debian/changelog
Modified: packages/libvdpau/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/libvdpau/trunk/debian/changelog?rev=910&op=diff
==============================================================================
--- packages/libvdpau/trunk/debian/changelog (original)
+++ packages/libvdpau/trunk/debian/changelog Fri May 21 08:07:16 2010
@@ -6,6 +6,8 @@
* lib32vdpau1: take over postinst script from nvidia-libvdpau-ia32.
* Add lib{,32}vdpau1.symbols.
* libvdpau-dev: do not ship /usr/lib/vdpau/libvdpau_trace.so, won't be used.
+ * libvdpau1: cleanup /usr/lib/libvdpau_trace.so left over by some old
+ versions of the nvidia-libvdpau* packages.
-- Andreas Beckmann <debian at abeckmann.de> Thu, 20 May 2010 10:43:18 +0200
Added: packages/libvdpau/trunk/debian/libvdpau1.postinst
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/libvdpau/trunk/debian/libvdpau1.postinst?rev=910&op=file
==============================================================================
--- packages/libvdpau/trunk/debian/libvdpau1.postinst (added)
+++ packages/libvdpau/trunk/debian/libvdpau1.postinst Fri May 21 08:07:16 2010
@@ -1,0 +1,20 @@
+#!/bin/sh
+# postinst script for libvdpau1
+
+set -e
+
+
+if [ "$1" = "configure" ]; then
+ # <target: squeeze>
+ if [ -L /usr/lib/libvdpau_trace.so ]; then
+ rm /usr/lib/libvdpau_trace.so || true
+ fi
+ # </target: squeeze>
+fi
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
More information about the Pkg-nvidia-devel
mailing list