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

xkb-data: Changes to 'debian-unstable'



 debian/xkb-data.postinst.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4e811f4f82b0a7173fcc82d97e271a19f778ecf7
Author: Julien Cristau <jcristau@debian.org>
Date:   Sat Sep 12 11:15:50 2009 +0200

    xkb-data.postinst: run rmdir with --ignore-fail-on-non-empty

diff --git a/debian/xkb-data.postinst.in b/debian/xkb-data.postinst.in
index e643383..cb4429e 100644
--- a/debian/xkb-data.postinst.in
+++ b/debian/xkb-data.postinst.in
@@ -11,7 +11,7 @@ case $1 in
   configure)
   if dpkg --compare-versions "$2" lt-nl 1.6-2; then
     remove_conffile_commit /etc/X11/xkb/base.xml
-    rmdir /etc/X11/xkb 2>/dev/null
+    rmdir --ignore-fail-on-non-empty /etc/X11/xkb 2>/dev/null
   fi
   ;;
 esac


Reply to: