diff options
author | Phil Sutter <phil@nwl.cc> | 2010-06-14 01:42:40 +0200 |
---|---|---|
committer | Phil Sutter <phil@nwl.cc> | 2010-06-20 16:24:27 +0200 |
commit | 811342f7eb50ed9fa34ef2684a0a0e8650628fd8 (patch) | |
tree | a83456a80429226122071b18284f3977b54b2abd /package/qingy/files/qingy.postinst | |
parent | 1ee28515a05409a80379bf03e8604cef1ab0f473 (diff) |
port qingy and it's dependencies DirectFB and libXScrnSaver
Diffstat (limited to 'package/qingy/files/qingy.postinst')
-rw-r--r-- | package/qingy/files/qingy.postinst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/qingy/files/qingy.postinst b/package/qingy/files/qingy.postinst new file mode 100644 index 000000000..a68f5fe90 --- /dev/null +++ b/package/qingy/files/qingy.postinst @@ -0,0 +1,12 @@ +#!/bin/sh + +cat <<EOF + +To enjoy the qingy experience, edit /etc/inittab like so: + +- tty7::respawn:/sbin/getty -i -L tty7 115200 vt100 ++ tty7::respawn:/usr/sbin/qingy tty7 -n -r 1024x600 -f /dev/fb0 + +for an explanation of the used options, run 'qingy -h'. + +EOF |