From 94ae124a426341aa78a837e226cf926909e256a9 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Wed, 2 Jun 2010 00:52:17 +0200 Subject: gpm: add init script, give sample flags working on lemote --- package/gpm/files/gpm.postinst | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 package/gpm/files/gpm.postinst (limited to 'package/gpm/files/gpm.postinst') diff --git a/package/gpm/files/gpm.postinst b/package/gpm/files/gpm.postinst new file mode 100644 index 000000000..82e63cf25 --- /dev/null +++ b/package/gpm/files/gpm.postinst @@ -0,0 +1,4 @@ +#!/bin/sh +. $IPKG_INSTROOT/etc/functions.sh +add_rcconf 'options passed to gpm' gpm_flags "-m /dev/psaux -t ps2" +add_rcconf gpm gpm NO -- cgit v1.2.3