mirror of https://github.com/fspc/gbootroot.git
freesource
23 years ago
2 changed files with 13 additions and 0 deletions
@ -0,0 +1,3 @@ |
|||||
|
#!/bin/sh |
||||
|
|
||||
|
#DEBHELPER# |
@ -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…
Reference in new issue