diff options
author | Bdale Garbee <bdale@gag.com> | 2011-08-25 01:35:18 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2011-08-25 01:35:18 -0600 |
commit | f0891fc2e4fa4fd6dd5c2bfc74e4514de986a295 (patch) | |
tree | 0f50a2f33c10f7a6f30e51dd3234eb30c29832b7 /debian | |
parent | a7ee1049519bf46b3864666999249876009fc3bf (diff) |
ao-view is no longer included in the altos package, so have the old-style
Debian menu entry point to altosui instead
Diffstat (limited to 'debian')
-rw-r--r-- | debian/menu | 4 |
1 files changed, 2 insertions, 2 deletions
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" |