[Pkg-fglrx-devel] r1190 - fglrx-driver/branches/10-9-squeeze/debian

Andreas Beckmann anbe at alioth.debian.org
Sat Feb 16 18:16:05 UTC 2013


Author: anbe
Date: 2013-02-16 18:16:05 +0000 (Sat, 16 Feb 2013)
New Revision: 1190

Modified:
   fglrx-driver/branches/10-9-squeeze/debian/changelog
   fglrx-driver/branches/10-9-squeeze/debian/fglrx-glx-ia32.postinst
Log:
remove obsolete diversions created in lenny

Modified: fglrx-driver/branches/10-9-squeeze/debian/changelog
===================================================================
--- fglrx-driver/branches/10-9-squeeze/debian/changelog	2013-02-16 18:14:29 UTC (rev 1189)
+++ fglrx-driver/branches/10-9-squeeze/debian/changelog	2013-02-16 18:16:05 UTC (rev 1190)
@@ -4,6 +4,8 @@
   * fglrx-driver.preinst: Move removal of old libdri.so diversion to postinst.
     The fglrx-driver package in lenny shipped the diverted file, so on
     upgrades from lenny this still exists at the time the preinst is run.
+  * fglrx-glx-ia32.postinst: Remove obsolete diversions in /emul/ia32-linux
+    created by the packages in lenny.
 
  -- Andreas Beckmann <anbe at debian.org>  Thu, 14 Feb 2013 05:01:43 +0100
 

Modified: fglrx-driver/branches/10-9-squeeze/debian/fglrx-glx-ia32.postinst
===================================================================
--- fglrx-driver/branches/10-9-squeeze/debian/fglrx-glx-ia32.postinst	2013-02-16 18:14:29 UTC (rev 1189)
+++ fglrx-driver/branches/10-9-squeeze/debian/fglrx-glx-ia32.postinst	2013-02-16 18:16:05 UTC (rev 1190)
@@ -15,6 +15,9 @@
 
 case "$1" in
     configure)
+	dpkg-divert --package fglrx-glx-ia32 --rename --remove /emul/ia32-linux/usr/lib/libGL.so.1.2
+	dpkg-divert --package fglrx-glx-ia32 --rename --remove /emul/ia32-linux/usr/lib/libGL.so.1
+
           ldconfig
     ;;
 esac




More information about the Pkg-fglrx-devel mailing list