[SCM] packaging for the mame arcade game emulator branch, master, updated. 328b16a71a8ccc99babdc4a5c653e0b930644bff
Emmanuel Kasper
emmanuel at libera.cc
Mon Mar 14 15:56:50 UTC 2011
The following commit has been merged in the master branch:
commit 9ac51e593c3623ab6806410ee7eb2bd50354fe65
Author: Emmanuel Kasper <emmanuel at 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
More information about the Pkg-games-commits
mailing list