r11490 - /desktop/unstable/gnome-games/debian/gnome-games.postinst

joss at users.alioth.debian.org joss at users.alioth.debian.org
Tue Jun 12 19:57:24 UTC 2007


Author: joss
Date: Tue Jun 12 19:57:24 2007
New Revision: 11490

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=11490
Log:
Typo in postinst

Modified:
    desktop/unstable/gnome-games/debian/gnome-games.postinst

Modified: desktop/unstable/gnome-games/debian/gnome-games.postinst
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-games/debian/gnome-games.postinst?rev=11490&op=diff
==============================================================================
--- desktop/unstable/gnome-games/debian/gnome-games.postinst (original)
+++ desktop/unstable/gnome-games/debian/gnome-games.postinst Tue Jun 12 19:57:24 2007
@@ -123,7 +123,7 @@
 OLDDIR=/usr/lib/python2.4/site-packages/gnome_sudoku
 # Work around horrible bug of the initial gnome-sudoku package
 for dir in $OLDDIR/gtk_goodies $OLDDIR; do
-	if [ -d $dir ]; then
+	if [ -d $dir ]; then
 		rm -f $dir/*.pyc $dir/*.pyo
 		rmdir --ignore-fail-on-non-empty $dir
 	fi




More information about the pkg-gnome-commits mailing list