diff options
Diffstat (limited to 'package/gpm/files/gpm.postinst')
-rw-r--r-- | package/gpm/files/gpm.postinst | 4 |
1 files changed, 4 insertions, 0 deletions
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 |