~ubuntu-branches/ubuntu/utopic/xsmbrowser/utopic

« back to all changes in this revision

Viewing changes to debian/xsmbrowser.config

  • Committer: Bazaar Package Importer
  • Author(s): Zak B. Elep
  • Date: 2006-12-11 17:37:01 UTC
  • Revision ID: james.westby@ubuntu.com-20061211173701-tsgpje9dvssvle2e
Tags: 3.4.0-15ubuntu1
* Merge from debian unstable, remaining changes:
  - Add a .desktop file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
if ! [ "$1" = "configure" ]; then
4
4
  exit 0
5
5
fi
6
 
 
7
 
# Use debconf.
8
 
. /usr/share/debconf/confmodule || exit
9
 
 
10
 
# Establish the preliminaries.
11
 
db_version 2.0
12
 
 
13
 
###
14
 
# Note about upgrade from older versions...
15
 
if ! [ "$2" = "" ]; then
16
 
  db_set xsmbrowser/etc_dir
17
 
     if dpkg --compare-versions "$2" lt "3.4.0-1"; then
18
 
       db_input medium xsmbrowser/etc_dir || true
19
 
       db_go
20
 
     fi
21
 
  db_stop
22
 
fi