Author: aurel32
Date: 2009-07-25 15:37:47 +0000 (Sat, 25 Jul 2009)
New Revision: 3651

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/debhelper.in/libc-alt.preinst
Log:
  * debhelper.in/libc-alt.preinst: also clear old /lib32 and /usr/lib32
    symlinks on install, as they might have been left by a previous 
    installation of the package.




Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog        2009-07-25 14:48:18 UTC (rev 
3650)
+++ glibc-package/trunk/debian/changelog        2009-07-25 15:37:47 UTC (rev 
3651)
@@ -8,6 +8,9 @@
   * patches/sparc/cvs-siginfo.diff, s390/submitted-siginfo.diff, 
     ia64/submitted-siginfo.diff: new patches to get "struct sigevent"
     from bits/siginfo.h in sync with the kernel version. Closes: #534548.
+  * debhelper.in/libc-alt.preinst: also clear old /lib32 and /usr/lib32
+    symlinks on install, as they might have been left by a previous 
+    installation of the package.
 
  -- Aurelien Jarno <[email protected]>  Mon, 20 Jul 2009 20:33:36 +0200
 

Modified: glibc-package/trunk/debian/debhelper.in/libc-alt.preinst
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc-alt.preinst    2009-07-25 
14:48:18 UTC (rev 3650)
+++ glibc-package/trunk/debian/debhelper.in/libc-alt.preinst    2009-07-25 
15:37:47 UTC (rev 3651)
@@ -3,7 +3,7 @@
 set -e
 
 case $1 in
-       (upgrade)
+       (upgrade|install)
        if [ "$(readlink /lib32)" = "/emul/ia32-linux/lib" ]; then
                rm /lib32
        fi


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to