From 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 Mon Sep 17 00:00:00 2001 From: wbx Date: Sun, 17 May 2009 14:41:34 +0200 Subject: Initial import --- package/gkrellmd/ipkg/gkrellmd.control | 5 +++++ package/gkrellmd/ipkg/gkrellmd.postinst | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 package/gkrellmd/ipkg/gkrellmd.control create mode 100644 package/gkrellmd/ipkg/gkrellmd.postinst (limited to 'package/gkrellmd/ipkg') diff --git a/package/gkrellmd/ipkg/gkrellmd.control b/package/gkrellmd/ipkg/gkrellmd.control new file mode 100644 index 000000000..13f70a4f1 --- /dev/null +++ b/package/gkrellmd/ipkg/gkrellmd.control @@ -0,0 +1,5 @@ +Package: gkrellmd +Priority: optional +Section: net +Depends: glib1 +Description: The GNU Krell Monitors Server diff --git a/package/gkrellmd/ipkg/gkrellmd.postinst b/package/gkrellmd/ipkg/gkrellmd.postinst new file mode 100644 index 000000000..56b7b06cc --- /dev/null +++ b/package/gkrellmd/ipkg/gkrellmd.postinst @@ -0,0 +1,3 @@ +#!/bin/sh +. $IPKG_INSTROOT/etc/functions.sh +add_rcconf gkrellmd gkrellmd NO -- cgit v1.2.3