~ubuntu-branches/ubuntu/precise/libfs/precise-security

« back to all changes in this revision

Viewing changes to debian/xsfbs/xsfbs.sh

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau
  • Date: 2008-05-25 00:57:27 UTC
  • mfrom: (1.1.2 upstream) (2.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080525005727-2wdap6qvbuh95bmb
Tags: 2:1.0.1-1
* New upstream release.
* Install the upstream ChangeLog.
* Add upstream URL and missing copyright holders and licenses to
  debian/copyright, based on upstream's new COPYING file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: xsfbs.sh 2888 2006-08-22 03:04:13Z dnusinow $
 
1
# $Id$
2
2
 
3
3
# This is the X Strike Force shell library for X Window System package
4
4
# maintainer scripts.  It serves to define shell functions commonly used by
59
59
 
60
60
ARCHITECTURE="$(dpkg --print-installation-architecture)"
61
61
 
62
 
LAPTOP=""
63
 
if [ -n "$(which laptop-detect)" ]; then
64
 
    if laptop-detect >/dev/null; then
65
 
        LAPTOP=true
66
 
    fi
67
 
fi
68
 
 
69
62
if [ "$1" = "reconfigure" ] || [ -n "$DEBCONF_RECONFIGURE" ]; then
70
63
  RECONFIGURE="true"
71
64
else