The following commit has been merged in the master branch:
commit 9ac51e593c3623ab6806410ee7eb2bd50354fe65
Author: Emmanuel Kasper <emman...@libera.cc>
Date:   Sun Mar 13 18:48:40 2011 +0100

    Sort the list of directories to remove in alphabetic order

diff --git a/debian/mame.postrm b/debian/mame.postrm
index 26823e1..bf1f7b9 100644
--- a/debian/mame.postrm
+++ b/debian/mame.postrm
@@ -20,13 +20,13 @@ set -e
 
 # Liste des dossiers à supprimer lors de la désinstallation du paquet
 CLEAN_REP=" \
-/usr/share/games/mame/roms \
 /usr/share/games/mame/artwork \
-/usr/share/games/mame/samples \
-/usr/share/games/mame/ctrlr \
 /usr/share/games/mame/cheat \
-/usr/share/games/mame/hash \
 /usr/share/games/mame/crosshair \
+/usr/share/games/mame/ctrlr \
+/usr/share/games/mame/hash \
+/usr/share/games/mame/roms \
+/usr/share/games/mame/samples \
 /usr/share/games/mame \
 /etc/mame \
 "

-- 
packaging for the mame arcade game emulator

_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to