~ubuntu-branches/debian/sid/xscreensaver/sid

« back to all changes in this revision

Viewing changes to debian/80xscreensaver_start

  • Committer: Bazaar Package Importer
  • Author(s): Tormod Volden
  • Date: 2009-10-12 18:50:17 UTC
  • Revision ID: james.westby@ubuntu.com-20091012185017-h040dsqqf6t4g453
Tags: 5.10-3
* Move sonar to xscreensaver-gl, it got GL-ified (Closes: #550002)
* Remove Xsession hook, could not be disabled (Closes: #550042)
* Add desktop file to /etc/xdg/autostart, to disable it see
  http://standards.freedesktop.org/autostart-spec/ (Closes: #357297)
* Move 20_hack_flurry_man_name to 11_upstream_flurry_man_name
* debian/split-config.sh, debian/rules, etc: Auto-generate the
  package.install files to make one single dh_install{,man} call
  since this is so much more efficent.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
XSCREENSAVER_COMMAND="/usr/bin/xscreensaver-command"
2
 
XSCREENSAVER="/usr/bin/xscreensaver"
3
 
 
4
 
if [ -x $XSCREENSAVER_COMMAND ]; then
5
 
        $XSCREENSAVER_COMMAND -exit
6
 
fi
7
 
 
8
 
if [ -x $XSCREENSAVER ]; then
9
 
        $XSCREENSAVER -nosplash &
10
 
fi