3 scores=(same-gnome.Large.scores
4 same-gnome.Medium.scores
5 same-gnome.Small.scores)
8 usr/sbin/gconfpkg --install ${pkgname}
9 update-desktop-database -q
10 gtk-update-icon-cache -q -f -t usr/share/icons/hicolor
12 for score in "${scores[@]}" ; do
13 if [ -e "var/games/${score}" ]; then
16 if [ -e "opt/gnome/var/games/${score}" ]; then
17 mv "opt/gnome/var/games/${score}" var/games/
19 touch "var/games/${score}"
21 chown root:games "var/games/${score}"
22 chmod 664 "var/games/${score}"
35 usr/sbin/gconfpkg --install ${pkgname}
39 update-desktop-database -q
40 gtk-update-icon-cache -q -f -t usr/share/icons/hicolor
42 for score in "${scores[@]}" ; do
43 rm -f "var/games/${score}"