X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=debian%2Fion3.menu-method.i18n;fp=debian%2Fion3.menu-method.i18n;h=0000000000000000000000000000000000000000;hb=3b45e98059a6786ced3fcce450bb177adbb18bbb;hp=529e7a5233931b15596a92b2df2d488e4ec75a86;hpb=e9d967019b43a81e05068034e1864b7bf0a8a229;p=ion3.git diff --git a/debian/ion3.menu-method.i18n b/debian/ion3.menu-method.i18n deleted file mode 100644 index 529e7a5..0000000 --- a/debian/ion3.menu-method.i18n +++ /dev/null @@ -1,38 +0,0 @@ -#!/usr/bin/install-menu -# by Iwan Heskamp -# http://tdm120.el.utwente.nl/~hkp/pwm/ -# Modified for Ion by Per Olofsson - -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";