aboutsummaryrefslogtreecommitdiff
path: root/debian/menu
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-10-09 17:57:05 -0400
committerB. Stack <bgstack15@gmail.com>2022-10-09 17:57:05 -0400
commita7738f4dc72c9445623cd6f5348d7a80d4e52690 (patch)
treeb336daf9b226783c39e6e985410cecf46484de3d /debian/menu
downloadfbxkb-a7738f4dc72c9445623cd6f5348d7a80d4e52690.tar.gz
fbxkb-a7738f4dc72c9445623cd6f5348d7a80d4e52690.tar.bz2
fbxkb-a7738f4dc72c9445623cd6f5348d7a80d4e52690.zip
initial commit, straight from apt-get source
Diffstat (limited to 'debian/menu')
-rw-r--r--debian/menu2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/menu b/debian/menu
new file mode 100644
index 0000000..f8e1243
--- /dev/null
+++ b/debian/menu
@@ -0,0 +1,2 @@
+?package(fbxkb):needs="X11" section="Applications/System/Hardware"\
+ title="fbxkb" command="/usr/bin/fbxkb"
bgstack15