From: Bdale Garbee Date: Thu, 25 Aug 2011 07:35:18 +0000 (-0600) Subject: ao-view is no longer included in the altos package, so have the old-style X-Git-Tag: 1.0~5 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=f0891fc2e4fa4fd6dd5c2bfc74e4514de986a295 ao-view is no longer included in the altos package, so have the old-style Debian menu entry point to altosui instead --- diff --git a/debian/menu b/debian/menu index c175534d..b479ee5e 100644 --- a/debian/menu +++ b/debian/menu @@ -1,6 +1,6 @@ ?package(altos): \ needs="X11" \ section="Applications/Viewers" \ - title="ao-view" \ - command="/usr/bin/ao-view" \ + title="AltOS UI" \ + command="/usr/bin/altosui" \ icon="/usr/share/pixmaps/altusmetrum.xpm"