diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2005-04-10 15:24:20 +0000 |
---|---|---|
committer | Yohann Ferreira <bertram@cegetel.net> | 2005-04-10 15:24:20 +0000 |
commit | 1ee3b485796b3f678d02becbdbd3ecbbbb6a9f27 (patch) | |
tree | 116720186e84e44a35ae179dd2ccbf7fe5d76601 /debian | |
parent | 403b4246a9d8db1ebf52162eb6fd61ab457a8b0c (diff) | |
download | mana-1ee3b485796b3f678d02becbdbd3ecbbbb6a9f27.tar.gz mana-1ee3b485796b3f678d02becbdbd3ecbbbb6a9f27.tar.bz2 mana-1ee3b485796b3f678d02becbdbd3ecbbbb6a9f27.tar.xz mana-1ee3b485796b3f678d02becbdbd3ecbbbb6a9f27.zip |
Updating tmw.install file to take changing place of icons into account
Diffstat (limited to 'debian')
-rw-r--r-- | debian/tmw.install | 4 | ||||
-rw-r--r-- | debian/tmw.menu | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/tmw.install b/debian/tmw.install index 129aea6a..734a3153 100644 --- a/debian/tmw.install +++ b/debian/tmw.install @@ -3,8 +3,8 @@ data/graphics/gui/*.png usr/share/games/tmw/data/graphics/gui data/graphics/sprites/*.png usr/share/games/tmw/data/graphics/sprites data/graphics/images/*.png usr/share/games/tmw/data/graphics/images data/graphics/tiles/*.png usr/share/games/tmw/data/graphics/tiles -data/icons/tmw-icon.png usr/share/games/tmw/data/icons -data/icons/tmw-icon.xpm usr/share/games/tmw/data/icons +data/icons/tmw-icon.png usr/share/pixmaps +data/icons/tmw-icon.xpm usr/share/pixmaps data/maps/*.gz usr/share/games/tmw/data/maps data/sfx/*.ogg usr/share/games/tmw/data/sfx debian/tmw usr/games diff --git a/debian/tmw.menu b/debian/tmw.menu index 8bbfe698..5f839a8b 100644 --- a/debian/tmw.menu +++ b/debian/tmw.menu @@ -4,4 +4,4 @@ title="The Mana World" \ longtitle="The Mana World is an Online Fantasy arcade game." \ command="/usr/games/tmw" \ - icon="/usr/share/games/tmw/data/icons/tmw-icon.xpm" + icon="tmw-icon.xpm" |