[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r3651 - in glibc-package/trunk/debian: . debhelper.in



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 <aurel32@debian.org>  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


Reply to: