diff options
author | Bill Allombert <ballombe@debian.org> | 2011-11-16 12:33:27 +0100 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-03-05 16:39:28 +0000 |
commit | dd7279795c97aa356727d366a2149c9bc838b496 (patch) | |
tree | a87d19d2e5220f5b38aec3b5b036235a59f971c9 /doc/README.package-menus | |
download | menu-debian/2.1.46.tar.gz |
Imported Debian version 2.1.46debian/2.1.46
Diffstat (limited to 'doc/README.package-menus')
-rw-r--r-- | doc/README.package-menus | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/README.package-menus b/doc/README.package-menus new file mode 100644 index 0000000..9c78b5c --- /dev/null +++ b/doc/README.package-menus @@ -0,0 +1,24 @@ +In this directory, each individual package should install its +menu files. Although changing them in this directory to change +the menus on your local system may work, the sysadmin (you?) +is best advised to put the local menufiles in /etc/menu, as, +otherwise your changes are deleted when you upgrade the corresponding +packages. Users may override the system-wide defaults by putting +their menuentry files in ~/.menu. + + +For the package maintainer that wants to include menu files in his +package: + +The files should have the name of the package that's installing it, +and may contain as many lines (menu entries) as is necessary. + +For examples, please look in /usr/share/menu/default + + +Also, in your postinst you should check for the availability of +the update-menus command, and if available, execute it (no +parameters needed). + +For more info, please read /usr/share/doc/menu/html + |