summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2011-08-25 01:35:18 -0600
committerBdale Garbee <bdale@gag.com>2011-08-25 01:35:18 -0600
commitf0891fc2e4fa4fd6dd5c2bfc74e4514de986a295 (patch)
tree0f50a2f33c10f7a6f30e51dd3234eb30c29832b7
parenta7ee1049519bf46b3864666999249876009fc3bf (diff)
ao-view is no longer included in the altos package, so have the old-style
Debian menu entry point to altosui instead
-rw-r--r--debian/menu4
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"