mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-22 16:43:23 -05:00
Enables the menu system for gbootroot.
This commit is contained in:
parent
e8fa84c74d
commit
45a0bd2664
3
pkg/dpkg/gbootroot.postrm
Executable file
3
pkg/dpkg/gbootroot.postrm
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
#DEBHELPER#
|
10
pkg/dpkg/menu
Normal file
10
pkg/dpkg/menu
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# gBootRoot menu
|
||||||
|
# Jonathan Rosenbaum <freesource@users.sourceforge.net>
|
||||||
|
|
||||||
|
?package(gbootroot): \
|
||||||
|
needs=x11 \
|
||||||
|
section=Apps \
|
||||||
|
title="gBootRoot" \
|
||||||
|
command="/usr/bin/gbootroot" \
|
||||||
|
icon=/usr/X11R6/include/X11/pixmaps/gbootroot.xpm \
|
||||||
|
hints="Distribution"
|
Loading…
x
Reference in New Issue
Block a user