Author: aurel32
Date: 2009-05-28 20:10:46 +0000 (Thu, 28 May 2009)
New Revision: 3546

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/debhelper.in/locales.postrm
Log:
  * debian/debhelper.in/locales.postrm: remove /etc/default/locale on
    purge.  Closes: #530902.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog        2009-05-27 13:15:01 UTC (rev 
3545)
+++ glibc-package/trunk/debian/changelog        2009-05-28 20:10:46 UTC (rev 
3546)
@@ -1,3 +1,10 @@
+eglibc (2.9-14) unstable; urgency=low
+
+  * debian/debhelper.in/locales.postrm: remove /etc/default/locale on
+    purge.  Closes: #530902.
+
+ -- Aurelien Jarno <[email protected]>  Thu, 28 May 2009 22:10:00 +0200
+
 eglibc (2.9-13) unstable; urgency=low
 
   * debian/debhelper.in/nscd.init: fix return code when querying status

Modified: glibc-package/trunk/debian/debhelper.in/locales.postrm
===================================================================
--- glibc-package/trunk/debian/debhelper.in/locales.postrm      2009-05-27 
13:15:01 UTC (rev 3545)
+++ glibc-package/trunk/debian/debhelper.in/locales.postrm      2009-05-28 
20:10:46 UTC (rev 3546)
@@ -4,6 +4,7 @@
 case "$1" in
     purge)
        rm -f /etc/locale.gen
+       rm -f /etc/default/locale
        ;;
     *)
        ;;


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

Reply via email to