]> git.decadent.org.uk Git - ion3.git/blobdiff - debian/ion3.menu-method.i18n
Started renaming.
[ion3.git] / debian / ion3.menu-method.i18n
diff --git a/debian/ion3.menu-method.i18n b/debian/ion3.menu-method.i18n
deleted file mode 100644 (file)
index 529e7a5..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-#!/usr/bin/install-menu
-# by Iwan Heskamp <iwan@hetwasietsmet.nl>
-# http://tdm120.el.utwente.nl/~hkp/pwm/
-# Modified for Ion by Per Olofsson <pelle@dsv.su.se>
-
-compat="menu-1"
-
-!include menu.h
-
-compat="menu-2"
-
-outputencoding="LOCALE";
-
-function q($arg) = esc($arg, "\\\"");
-function qc($arg) = esc($arg, "\\'");
-
-function entry($action)="    menuentry(\"" q(title()) "\", \""
-       q($action) "\"),\n";
-function entry_exec($command)=entry("ioncore.exec('" qc($command) "')");
-
-supported;
-   x11  = entry_exec($command);
-   wm   = entry("ioncore.restart_other('" qc($command) "')");
-   text = entry_exec(term());
-endsupported;
-
-
-startmenu="defmenu(\"" $section "\", {\n";
-endmenu="})\n\n";
-genmenu="debian-menu-i18n.lua";
-submenutitle="    submenu(\"" $title "\", \"" $section "\"),\n";
-preoutput="\n";
-mainmenutitle="Debian";
-rootsection="Debian";
-rootprefix="/var/lib/ion3/";
-userprefix="/.ion3/";
-
-preoutput= "-- Automatically generated file. Do not edit.\n-- (See /usr/share/doc/menu/menu.txt.gz)\n\n";