updated on Sat Jan 21 20:03:50 UTC 2012
[aur-mirror.git] / regain-desktop / regain-desktop.install
blobc1f9271e074cb8cebab48e3a9b0a8c30adea1f98
1 post_install() {
2   echo "
4 To start Regain, run
6     /opt/regain-desktop/start-regain.sh
8 (preferably as user, not as root). If you want to have Regain always available
9 in your desktop session, add '/opt/regain-desktop/start-regain.sh' to your
10 start programs or .xinitrc.
13 To start Regain 'manually', you can do
15     cd /opt/regain-desktop
16     java -Djava.library.path=/usr/lib/jni -jar regain.jar &
18 as root.
21 To search your files, start Regain, open your browser and go to
23     http://localhost:8020
25 or use enclosed script '/opt/regain-desktop/search-regain.sh' (assign it to a
26 hotkey for use as 'Quick Search Box').
29 For more information about Regain, visit
30   http://regain.sourceforge.net/?lang=en
33 Please note:
34 ============
35 On a multiuser system, while Regain is running its search index can be browsed
36 by EVERY user via http://localhost:8020. Thus, if you share your computer with
37 other persons, do not index files you wish to keep private or make sure Regain
38 is not running while other persons are using your computer.