diff --git a/pkg/dpkg/gbootroot.postrm b/pkg/dpkg/gbootroot.postrm new file mode 100755 index 0000000..a2c66fa --- /dev/null +++ b/pkg/dpkg/gbootroot.postrm @@ -0,0 +1,3 @@ +#!/bin/sh + +#DEBHELPER# diff --git a/pkg/dpkg/menu b/pkg/dpkg/menu new file mode 100644 index 0000000..b7310e7 --- /dev/null +++ b/pkg/dpkg/menu @@ -0,0 +1,10 @@ +# gBootRoot menu +# Jonathan Rosenbaum + +?package(gbootroot): \ + needs=x11 \ + section=Apps \ + title="gBootRoot" \ + command="/usr/bin/gbootroot" \ + icon=/usr/X11R6/include/X11/pixmaps/gbootroot.xpm \ + hints="Distribution"