summaryrefslogtreecommitdiff
path: root/debian/menu-method
diff options
context:
space:
mode:
authorJérémie Courrèges-Anglas <jca@wxcvbn.org>2017-04-04 11:21:30 +0200
committerJérémie Courrèges-Anglas <jca@wxcvbn.org>2017-04-04 11:21:30 +0200
commit2f511f98feca2d966bc67ee4d0d8524f3c8c7143 (patch)
tree5ba5ed9e1358feb040c0bcdd68cd20583fc3a4d5 /debian/menu-method
parente0d6cb491f67f3c605305f33dc2465ff706b9f2c (diff)
downloadratpoison-2f511f98feca2d966bc67ee4d0d8524f3c8c7143.zip
Remove the debian/ directory
Outdated; no objection from brl
Diffstat (limited to 'debian/menu-method')
-rw-r--r--debian/menu-method27
1 files changed, 0 insertions, 27 deletions
diff --git a/debian/menu-method b/debian/menu-method
deleted file mode 100644
index 50ccfad..0000000
--- a/debian/menu-method
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/usr/bin/install-menu
-
-!include menu.h
-
-compat="menu-1"
-
-function menufilename($s) = ifempty($s,"debian") replacewith($s," /","_.") ".menu"
-function runmenu($s) = "/etc/X11/ratpoison/ratpoisonmenu \"" esc(menufilename($s),"\"") "\""
-
-startmenu=""
-genmenu=menufilename(ifelse($command,parent($section),parent($section)))
-endmenu=""
-
-rootsection="debian"
-rootprefix="/var/lib/ratpoison/menu"
-userprefix=".ratpoison_menu"
-treewalk="(m)c"
-function q($s) = replacewith($s,":",".")
-supported
-ratpoisonspecial = "\\" q(title()) ":exec " $command "\n"
-x11 = "\\" q(title()) ":exec " $command "\n"
-text= "\\" q(title()) ":exec " term() "\n"
-wm= "\\" q(title()) ":exec /usr/bin/ratpoison -c \"newwm " esc($command,"\"") "\"\n"
-endsupported
-
-submenutitle= "\\" q(title()) ":exec " runmenu($section) "\n"
-preoutput="#Automatically generated file. Do not edit (see /usr/share/doc/menu/html)\n#\n"