[pkg-nvidia-devel] r909 - in /packages/nvidia-graphics-drivers/trunk/debian: changelog nvidia-vdpau-driver.postinst

anbe-guest at users.alioth.debian.org anbe-guest at users.alioth.debian.org
Fri May 21 07:53:39 UTC 2010


Author: anbe-guest
Date: Fri May 21 07:53:37 2010
New Revision: 909

URL: http://svn.debian.org/wsvn/pkg-nvidia/?sc=1&rev=909
Log:
  * nvidia-vdpau-driver: cleanup /usr/lib/libvdpau_nvidia.so left over by some
    old versions of the nvidia-libvdpau* packages

Added:
    packages/nvidia-graphics-drivers/trunk/debian/nvidia-vdpau-driver.postinst
Modified:
    packages/nvidia-graphics-drivers/trunk/debian/changelog

Modified: packages/nvidia-graphics-drivers/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers/trunk/debian/changelog?rev=909&op=diff
==============================================================================
--- packages/nvidia-graphics-drivers/trunk/debian/changelog (original)
+++ packages/nvidia-graphics-drivers/trunk/debian/changelog Fri May 21 07:53:37 2010
@@ -12,6 +12,8 @@
     from experimental, currently modules linked with gold cause kernel oops
     while loading (see: #581336)
   * add bug-control script to collect more information about related packages
+  * nvidia-vdpau-driver: cleanup /usr/lib/libvdpau_nvidia.so left over by some
+    old versions of the nvidia-libvdpau* packages
 
  -- Andreas Beckmann <debian at abeckmann.de>  Thu, 20 May 2010 09:52:43 +0200
 

Added: packages/nvidia-graphics-drivers/trunk/debian/nvidia-vdpau-driver.postinst
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers/trunk/debian/nvidia-vdpau-driver.postinst?rev=909&op=file
==============================================================================
--- packages/nvidia-graphics-drivers/trunk/debian/nvidia-vdpau-driver.postinst (added)
+++ packages/nvidia-graphics-drivers/trunk/debian/nvidia-vdpau-driver.postinst Fri May 21 07:53:37 2010
@@ -1,0 +1,22 @@
+#!/bin/sh
+# postinst script for nvidia-vdpau-driver
+#
+# see: dh_installdeb(1)
+
+set -e
+
+
+if [ "$1" = "configure" ]; then
+	# <target: squeeze>
+	if [ -L /usr/lib/libvdpau_nvidia.so ]; then
+		rm /usr/lib/libvdpau_nvidia.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