[Xword-commits] r122 - trunk/debian

btb at garage.maemo.org btb at garage.maemo.org
Wed May 28 06:05:39 EEST 2008


Author: btb
Date: 2008-05-28 06:05:37 +0300 (Wed, 28 May 2008)
New Revision: 122

Modified:
   trunk/debian/control
   trunk/debian/postinst
Log:
prompt for menu location in postinst


Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2008-05-28 02:52:21 UTC (rev 121)
+++ trunk/debian/control	2008-05-28 03:05:37 UTC (rev 122)
@@ -7,7 +7,7 @@
 
 Package: xword
 Architecture: all
-Depends: python2.5, python2.5-gtk2, python2.5-hildon, python2.5-osso
+Depends: python2.5, python2.5-gtk2, python2.5-hildon, python2.5-osso, maemo-select-menu-location
 Description: Reads and writes crossword puzzles in the Across Lite file format
  Xword is a GTK program that works well for doing crossword puzzles in the
  Across Lite file format used by The New York Times and others. As well as a

Modified: trunk/debian/postinst
===================================================================
--- trunk/debian/postinst	2008-05-28 02:52:21 UTC (rev 121)
+++ trunk/debian/postinst	2008-05-28 03:05:37 UTC (rev 122)
@@ -12,3 +12,8 @@
     update-desktop-database -q
   fi
 fi
+
+oldversion="$2"
+if [ -z "$oldversion" ]; then
+  maemo-select-menu-location xword.desktop tana_fi_games
+fi



More information about the Xword-commits mailing list