1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-22 08:33:24 -05:00

Enables the menu system for gbootroot.

This commit is contained in:
freesource 2001-09-29 06:37:07 +00:00
parent e8fa84c74d
commit 45a0bd2664
2 changed files with 13 additions and 0 deletions

3
pkg/dpkg/gbootroot.postrm Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
#DEBHELPER#

10
pkg/dpkg/menu Normal file
View 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"