updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / xscreensaver-retired / xscreensaver-retired.install
blob08d41fd807552062a2a54ba70cb52be133b3b7c5
1 post_install() {
2 echo ">> You may need to copy these lines into the programs section of your"
3 echo ">> ~/.xscreensaver file to use these hacks:"
4 echo ">>"
5 echo 'ant -root \n\ '
6 echo 'bubbles -root \n\ '
7 echo 'critical -root \n\ '
8 echo 'flag -root \n\ '
9 echo 'forest -root \n\ '
10 echo 'GL: glforestfire -root \n\ '
11 echo 'GL: "GLForestFire (rain)" glforestfire -root -count 0 -trees 6 \n\ '
12 echo 'hyperball -root \n\ '
13 echo 'hypercube -root \n\ '
14 echo 'juggle -root \n\ '
15 echo 'laser -root \n\ '
16 echo 'lightning -root \n\ '
17 echo 'lisa -root \n\ '
18 echo 'lissie -root \n\ '
19 echo 'lmorph -root \n\ '
20 echo 'rotor -root \n\ '
21 echo 'sphere -root \n\ '
22 echo 'spiral -root \n\ '
23 echo 't3d -root \n\ '
24 echo 'vines -root \n\ '
25 echo 'whirlygig -root \n\ '
26 echo 'worm -root \n\ '
27 echo ">>"
28 echo ">> You may then run xscreensaver-demo to activate and configure the hacks."
31 post_upgrade() {
32   post_install
35 post_remove() {
36 echo ">> These lines in the programs section of your ~/.xscreensaver file are"
37 echo ">> no longer necessary:"
38 echo ">>"
39 echo 'ant -root \n\ '
40 echo 'bubbles -root \n\ '
41 echo 'critical -root \n\ '
42 echo 'flag -root \n\ '
43 echo 'forest -root \n\ '
44 echo 'GL: glforestfire -root \n\ '
45 echo 'GL: "GLForestFire (rain)" glforestfire -root -count 0 -trees 6 \n\ '
46 echo 'hyperball -root \n\ '
47 echo 'hypercube -root \n\ '
48 echo 'juggle -root \n\ '
49 echo 'laser -root \n\ '
50 echo 'lightning -root \n\ '
51 echo 'lisa -root \n\ '
52 echo 'lissie -root \n\ '
53 echo 'lmorph -root \n\ '
54 echo 'rotor -root \n\ '
55 echo 'sphere -root \n\ '
56 echo 'spiral -root \n\ '
57 echo 't3d -root \n\ '
58 echo 'vines -root \n\ '
59 echo 'whirlygig -root \n\ '
60 echo 'worm -root \n\ '
61 echo ">>"