updated on Thu Jan 19 12:17:07 UTC 2012
[aur-mirror.git] / xtrascreenhacks / xtrascreenhacks.install
blobb403a57fa65448258ffe22fc65a1114000674adf
1 post_install() {
2 echo ">> You may need to copy these lines into the programs section of your"
3 echo ">> ~/.xscreensaver file:"
4 echo ">>"
5 echo 'daisy -root \n\'
6 echo 'twinkle -root \n\'
7 echo 'GL: berlinuhr -root \n\'
8 echo 'GL: craters -root \n\'
9 echo 'GL: flyer -root \n\'
10 echo 'GL: psychedelic -root \n\'
11 echo 'GL: skylark -root \n\'
12 echo 'GL: soma -root \n\'
13 echo ">>"
14 echo ">> You may then run xscreensaver-demo to activate and configure the hacks."
17 post_upgrade() {
18   post_install
21 post_remove() {
22 echo ">> These lines in your ~/.xscreensaver file are no longer needed:"
23 echo ">>"
24 echo 'daisy -root \n\'
25 echo 'twinkle -root \n\'
26 echo 'GL: berlinuhr -root \n\'
27 echo 'GL: craters -root \n\'
28 echo 'GL: flyer -root \n\'
29 echo 'GL: psychedelic -root \n\'
30 echo 'GL: skylark -root \n\'
31 echo 'GL: soma -root \n\'
32 echo ">>"